uk.org.ogsadai.client.databrowser
Class DBGUI.DBGUIListener

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byuk.org.ogsadai.client.databrowser.DBGUI.DBGUIListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
Enclosing class:
DBGUI

private class DBGUI.DBGUIListener
extends java.awt.event.WindowAdapter

Listener for this windows events.


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

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values
Constructor Detail

DBGUI.DBGUIListener

private DBGUI.DBGUIListener()
Method Detail

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)

windowGainedFocus

public void windowGainedFocus(java.awt.event.WindowEvent e)