appl.parallel.starter.client
Class XuluStarterControllerFrame.ExitListener

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by appl.parallel.starter.client.XuluStarterControllerFrame.ExitListener
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener
Enclosing class:
XuluStarterControllerFrame

public class XuluStarterControllerFrame.ExitListener
extends WindowAdapter


Constructor Summary
XuluStarterControllerFrame.ExitListener()
           
 
Method Summary
 void windowClosing(WindowEvent event)
           
 
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

XuluStarterControllerFrame.ExitListener

public XuluStarterControllerFrame.ExitListener()
Method Detail

windowClosing

public void windowClosing(WindowEvent event)
Specified by:
windowClosing in interface WindowListener
Overrides:
windowClosing in class WindowAdapter