com.neatech.climbplan.userinterface
Class MainScreen.ThisWindowListener

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by com.neatech.climbplan.userinterface.MainScreen.ThisWindowListener
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener
Enclosing class:
MainScreen

private class MainScreen.ThisWindowListener
extends WindowAdapter


Constructor Summary
private MainScreen.ThisWindowListener()
           
 
Method Summary
 void windowOpened(WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainScreen.ThisWindowListener

private MainScreen.ThisWindowListener()
Method Detail

windowOpened

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