|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WindowListener
Interface to monitor Window events
| Method Summary | |
|---|---|
void |
onWindowClosed(Window window)
This event is fired when a Window is closed. |
void |
onWindowHidden(Window window)
This event is fired when a Window is set invisible. |
void |
onWindowShown(Window window)
This event is fired when a Window is set visible. |
| Method Detail |
|---|
void onWindowClosed(Window window)
window - the closed Windowvoid onWindowShown(Window window)
window - the shown Windowvoid onWindowHidden(Window window)
window - the hidden Window
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||