|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationListener
Listener for application events.
| Method Summary | |
|---|---|
void |
applicationExiting()
Is called when application is exiting. |
void |
beforeWriteActionStart(java.lang.Object action)
Is called before action start. |
boolean |
canExitApplication()
This method is called to check whether the Application is ready to exit. |
void |
writeActionFinished(java.lang.Object action)
Is called on action finish. |
void |
writeActionStarted(java.lang.Object action)
Is called on action start. |
| Method Detail |
|---|
boolean canExitApplication()
void applicationExiting()
void beforeWriteActionStart(java.lang.Object action)
void writeActionStarted(java.lang.Object action)
void writeActionFinished(java.lang.Object action)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||