|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XLifeCycleListener
An interface that allows applications to add to the startup and shutdown functionality.
Copyright (c) Xoetrope Ltd., 2002-2007
License: see License.txt
| Method Summary | |
|---|---|
boolean |
canClose(XProject project)
Can the current project close? |
void |
initialize(XProject project)
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 |
|---|
void initialize(XProject project)
project - the owner projectvoid shutdown()
boolean canClose(XProject project)
project - the project initiating the shutdown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||