org.jppf.ui.options.event
Class WindowClosingListener

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by 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

Constructor Summary
WindowClosingListener()
           
 
Method Summary
 void windowClosing(WindowEvent event)
          Process the closing of the main frame.
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowClosingListener

public WindowClosingListener()
Method Detail

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.