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. by clicking on the X-Button or by Pressing Alt-F4).
 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).

Returns:
boolean if false the window will not close, if true the window will close.

windowClosed

public void windowClosed()
This method is called after the window has been closed.



Copyright © 2002-2005 beck et al. projects GmbH. All Rights Reserved.