org.ceryle.ui
Class Desktop.WindowEventHandler

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by org.ceryle.ui.Desktop.WindowEventHandler
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener
Enclosing class:
Desktop

public class Desktop.WindowEventHandler
extends WindowAdapter

The listener class to handle the closing of a window.


Constructor Summary
Desktop.WindowEventHandler()
           
 
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

Desktop.WindowEventHandler

public Desktop.WindowEventHandler()
Method Detail

windowClosing

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


The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.