class WindowTracker.WindowWatcher extends WindowAdapter implements ComponentListener
| Constructor and Description |
|---|
WindowTracker.WindowWatcher(Window w)
Do not call directly as can cause a stack overflow with multiple attacments to the
listener list
|
| Modifier and Type | Method and Description |
|---|---|
void |
componentHidden(ComponentEvent e) |
void |
componentMoved(ComponentEvent e) |
void |
componentResized(ComponentEvent e) |
void |
componentShown(ComponentEvent e) |
void |
windowClosed(WindowEvent e) |
windowActivated, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChangedpublic WindowTracker.WindowWatcher(Window w)
public void componentShown(ComponentEvent e)
componentShown in interface ComponentListenerpublic void componentHidden(ComponentEvent e)
componentHidden in interface ComponentListenerpublic void windowClosed(WindowEvent e)
windowClosed in interface WindowListenerwindowClosed in class WindowAdapterpublic void componentResized(ComponentEvent e)
componentResized in interface ComponentListenerpublic void componentMoved(ComponentEvent e)
componentMoved in interface ComponentListener
Abbot is hosted on