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

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

synchronized class BaseDialog$1
extends WindowAdapter


Constructor Summary
(package private) BaseDialog$1(BaseDialog)
           
 
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

BaseDialog$1

BaseDialog$1(BaseDialog)
Method Detail

windowClosing

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