Sky View Café - Java

org.shetline.gui
Class CustomDialog.WindowWatcher

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by org.shetline.gui.CustomDialog.WindowWatcher
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener
Enclosing class:
CustomDialog

protected class CustomDialog.WindowWatcher
extends WindowAdapter


Constructor Summary
protected CustomDialog.WindowWatcher()
           
 
Method Summary
 void windowClosing(WindowEvent event)
           
 void windowOpened(WindowEvent event)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, 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

CustomDialog.WindowWatcher

protected CustomDialog.WindowWatcher()
Method Detail

windowClosing

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

windowOpened

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

Sky View Café - Java