|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWindowListener
Platform and technology independent window listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
WindowListener| Method Summary | |
|---|---|
void |
windowActivated(UIWindowEvent pWindowEvent)
Invoked when the Window is set to be the active Window. |
void |
windowClosed(UIWindowEvent pWindowEvent)
Invoked when a window has been closed as the result of calling dispose on the window. |
void |
windowClosing(UIWindowEvent pWindowEvent)
Invoked when the user attempts to close the window from the window's system menu. |
void |
windowDeactivated(UIWindowEvent pWindowEvent)
Invoked when a Window is no longer the active Window. |
void |
windowDeiconified(UIWindowEvent pWindowEvent)
Invoked when a window is changed from a minimized to a normal state. |
void |
windowIconified(UIWindowEvent pWindowEvent)
Invoked when a window is changed from a normal to a minimized state. |
void |
windowOpened(UIWindowEvent pWindowEvent)
Invoked the first time a window is made visible. |
| Method Detail |
|---|
void windowOpened(UIWindowEvent pWindowEvent)
pWindowEvent - the window event.void windowClosing(UIWindowEvent pWindowEvent)
pWindowEvent - the window event.void windowClosed(UIWindowEvent pWindowEvent)
pWindowEvent - the window event.void windowIconified(UIWindowEvent pWindowEvent)
pWindowEvent - the window event.void windowDeiconified(UIWindowEvent pWindowEvent)
pWindowEvent - the window event.void windowActivated(UIWindowEvent pWindowEvent)
pWindowEvent - the window event.void windowDeactivated(UIWindowEvent pWindowEvent)
pWindowEvent - the window event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||