ws.gui
Class StopDialog.MyWindowAdapter
java.lang.Object
java.awt.event.WindowAdapter
ws.gui.StopDialog.MyWindowAdapter
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener
- Enclosing class:
- StopDialog
- private class StopDialog.MyWindowAdapter
- extends java.awt.event.WindowAdapter
This class extends the class
WindowAdapter
.
- Author:
- Sinian Zhang
Method Summary |
void |
windowClosed(java.awt.event.WindowEvent event)
Over-writes the inherited method windowClosed . |
void |
windowClosing(java.awt.event.WindowEvent event)
Over-writes the inherited method windowClosing . |
void |
windowOpened(java.awt.event.WindowEvent event)
Over-writes the inherited method windowOpened . |
Methods inherited from class java.awt.event.WindowAdapter |
windowActivated, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowStateChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopDialog.MyWindowAdapter
private StopDialog.MyWindowAdapter()
windowClosing
public void windowClosing(java.awt.event.WindowEvent event)
- Over-writes the inherited method
windowClosing
.
windowOpened
public void windowOpened(java.awt.event.WindowEvent event)
- Over-writes the inherited method
windowOpened
.
windowClosed
public void windowClosed(java.awt.event.WindowEvent event)
- Over-writes the inherited method
windowClosed
.