org.moyoman.client.reference.util
Class ApplicationSupport$1

java.lang.Object
  |
  +--java.awt.event.WindowAdapter
        |
        +--org.moyoman.client.reference.util.ApplicationSupport$1
All Implemented Interfaces:
EventListener, WindowFocusListener, WindowListener, WindowStateListener

synchronized class ApplicationSupport$1
extends WindowAdapter


Constructor Summary
(package private) ApplicationSupport$1(JFrame)
           
 
Method Summary
 void windowClosing(WindowEvent)
           
 
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

ApplicationSupport$1

ApplicationSupport$1(JFrame)
Method Detail

windowClosing

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