org.jppf.ui.options.event
Class WindowClosingListener
java.lang.Object
java.awt.event.WindowAdapter
org.jppf.ui.options.event.WindowClosingListener
- All Implemented Interfaces:
- WindowFocusListener, WindowListener, WindowStateListener, EventListener
public class WindowClosingListener
- extends WindowAdapter
This class performs cleanup and preferences stroign actions when the admin console is closed.
- Author:
- Laurent Cohen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowClosingListener
public WindowClosingListener()
windowClosing
public void windowClosing(WindowEvent event)
- Process the closing of the main frame.
- Specified by:
windowClosing in interface WindowListener- Overrides:
windowClosing in class WindowAdapter
- Parameters:
event - the event we're interested in.- See Also:
WindowAdapter.windowClosing(java.awt.event.WindowEvent)
Copyright © 2005-2010 JPPF Team.