|
Java 6 SE Platform 6.0 Home |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationListener
ApplicationListener is used by Application to notify listeners of major events during the lifecycle of an Application.
Method Summary | |
---|---|
void |
applicationDidInit()
Invoked after the application has finished intializing. |
void |
applicationExiting()
Notification that the application is about to exit. |
boolean |
canApplicationExit()
Invoked to determine if the application should exit. |
Method Detail |
---|
void applicationDidInit()
boolean canApplicationExit()
void applicationExiting()
|
Java 6 SE Platform 6.0 Home |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |