public interface ApplicationStateListener
Modifier and Type | Method and Description |
---|---|
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.
|
void applicationStarting(ApplicationInfo appInfo) throws StateChangeException
appInfo
- The ApplicationInfo of the appStateChangeException
void applicationStarted(ApplicationInfo appInfo) throws StateChangeException
appInfo
- The ApplicationInfo of the appStateChangeException
void applicationStopping(ApplicationInfo appInfo)
appInfo
- The ApplicationInfo of the appvoid applicationStopped(ApplicationInfo appInfo)
appInfo
- The ApplicationInfo of the app