org.moyoman.client.reference.debug
Class DebugManager$1

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

synchronized class DebugManager$1
extends WindowAdapter


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

DebugManager$1

DebugManager$1(DebugManager)
Method Detail

windowClosing

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