org.apache.jmeter.gui
Class ReportMainFrame.WindowHappenings
java.lang.Object
java.awt.event.WindowAdapter
org.apache.jmeter.gui.ReportMainFrame.WindowHappenings
- All Implemented Interfaces:
- WindowFocusListener, WindowListener, WindowStateListener, EventListener
- Enclosing class:
- ReportMainFrame
protected static class ReportMainFrame.WindowHappenings
- extends WindowAdapter
A window adapter used to detect when the main JMeter frame is being
closed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportMainFrame.WindowHappenings
protected ReportMainFrame.WindowHappenings()
windowClosing
public void windowClosing(WindowEvent event)
- Called when the main JMeter frame is being closed. Sends a
notification so that JMeter can react appropriately.
- Specified by:
windowClosing
in interface WindowListener
- Overrides:
windowClosing
in class WindowAdapter
- Parameters:
event
- the WindowEvent to handle
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.