|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WindowListener
The listener interface for receiving window events.
Window,
WindowEvent,
WindowAdapter| Method Summary | |
|---|---|
void |
windowClosed(WindowEvent e)
Invoked when a window has been closed. |
void |
windowClosing(WindowEvent e)
Invoked immediately prior to a window closing. |
void |
windowOpened(WindowEvent e)
Invoked when a window is opened. |
| Method Detail |
|---|
void windowClosed(WindowEvent e)
e - A WindowEvent event describing the action.void windowClosing(WindowEvent e)
e - A WindowEvent event describing the action.void windowOpened(WindowEvent e)
e - A WindowEvent event describing the action.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||