org.gui4j
Interface Gui4jController

- All Superinterfaces:
- Gui4jCallBase
- All Known Subinterfaces:
- Gui4jControllerAdvanced
- public interface Gui4jController
- extends Gui4jCallBase
|
Method Summary |
boolean |
onWindowClosing()
This method is called when the user closes the window (e.g. |
void |
windowClosed()
This method is called after the window has been closed. |
onWindowClosing
public boolean onWindowClosing()
- This method is called when the user closes the window (e.g. by clicking on the
X-Button or by Pressing Alt-F4).
TODO: KKB, 5.3.04: original comment
from JS: "Be careful because this method is currently called in the GUI Event Dispatch Thread." but if
I understand the code correctly this is not the case.
windowClosed
public void windowClosed()
- This method is called after the window has been closed.