|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationStateListener
Method Summary | |
---|---|
void |
applicationStarted(ApplicationInfo appInfo)
Notification that an application has started. |
void |
applicationStarting(ApplicationInfo appInfo)
Notification that an application is starting. |
void |
applicationStopped(ApplicationInfo appInfo)
Notification that an application has stopped. |
void |
applicationStopping(ApplicationInfo appInfo)
Notification that an application is stopping. |
Method Detail |
---|
void applicationStarting(ApplicationInfo appInfo) throws StateChangeException
appInfo
- The ApplicationInfo of the app
StateChangeException
void applicationStarted(ApplicationInfo appInfo) throws StateChangeException
appInfo
- The ApplicationInfo of the app
StateChangeException
void applicationStopping(ApplicationInfo appInfo)
appInfo
- The ApplicationInfo of the appvoid applicationStopped(ApplicationInfo appInfo)
appInfo
- The ApplicationInfo of the app
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |