org.apache.jmeter.gui
Class ReportMainFrame.WindowHappenings
WindowAdapter
org.apache.jmeter.gui.ReportMainFrame.WindowHappenings
- ReportMainFrame
protected static class ReportMainFrame.WindowHappenings
extends WindowAdapter
A window adapter used to detect when the main JMeter frame is being
closed.
void | windowClosing(WindowEvent event) - Called when the main JMeter frame is being closed.
|
windowClosing
public void windowClosing(WindowEvent event)
Called when the main JMeter frame is being closed. Sends a
notification so that JMeter can react appropriately.
event
- the WindowEvent to handle
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.