net.xoetrope.xui
Interface XLifeCycleListener


public interface XLifeCycleListener

An interface that allows applications to add to the startup and shutdown functionality.

Copyright (c) Xoetrope Ltd., 2002-2004

$Revision: 2.1 $

License: see License.txt


Method Summary
 void initialize()
          Called when the application/applet has been created and initialized.
 void shutdown()
          Called when the application/applet has been shutdown and is about to exit
 

Method Detail

initialize

void initialize()
Called when the application/applet has been created and initialized.


shutdown

void shutdown()
Called when the application/applet has been shutdown and is about to exit