|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Window Listener.
NOTE: This class is not full compatible with java.awt.event.WindowListener class!
Method Summary | |
void |
windowActivated(WindowEvent e)
Notifies listener that the window is activated. |
void |
windowClosed(WindowEvent e)
Notifies listener that the window is closed. |
void |
windowClosing(WindowEvent e)
Notifies listener that the window is closing. |
void |
windowDeactivated(WindowEvent e)
Notifies listener that the window is deactivated. |
void |
windowGainedFocus(WindowEvent e)
Notifies listener that the window has gained focus. |
void |
windowLostFocus(WindowEvent e)
Notifies listener that the window has lost focus. |
void |
windowOpened(WindowEvent e)
Notifies listener that the window is made visible. |
void |
windowStateChanged(WindowEvent e)
Notifies listener that the window state is changed. |
Method Detail |
public void windowOpened(WindowEvent e)
e
- the window eventpublic void windowClosing(WindowEvent e)
e
- the window eventpublic void windowClosed(WindowEvent e)
e
- the window eventpublic void windowActivated(WindowEvent e)
e
- the window eventpublic void windowDeactivated(WindowEvent e)
e
- the window eventpublic void windowGainedFocus(WindowEvent e)
e
- the window eventpublic void windowLostFocus(WindowEvent e)
e
- the window eventpublic void windowStateChanged(WindowEvent e)
e
- the window event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |