public interface IWindowListener
Modifier and Type | Method and Description |
---|---|
void |
windowActivated()
Will be invoked if the window becomes the active window
|
void |
windowClosed()
Will be invoked if the window was closed
|
void |
windowClosing(IVetoable vetoable)
Will be invoked, if the window should be closed.
|
void |
windowDeactivated()
Will be invoked if the window was the active window and another window
becomes the active window now
|
void |
windowDeiconified()
Will be invoked if the window was deiconfied
|
void |
windowIconified()
Will be invoked if the window was iconfied
|
void windowActivated()
void windowDeactivated()
void windowIconified()
void windowDeiconified()
void windowClosing(IVetoable vetoable)
vetoable
- The vetoable can be used to prohibit the closing of the windowvoid windowClosed()
Siehe auch Jowidgets Nutzerhandbuch