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