Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gui4j
Interface Gui4jController  view Gui4jController download Gui4jController.java

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.
 
Methods inherited from interface org.gui4j.Gui4jCallBase
getExceptionHandler, getGui4j
 

Method Detail

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.