Interface ApplicationStateListener
public interface ApplicationStateListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
applicationStarting
Notification that an application is starting.- Parameters:
appInfo
- The ApplicationInfo of the app- Throws:
StateChangeException
-
applicationStarted
Notification that an application has started.- Parameters:
appInfo
- The ApplicationInfo of the app- Throws:
StateChangeException
-
applicationStopping
Notification that an application is stopping.- Parameters:
appInfo
- The ApplicationInfo of the app
-
applicationStopped
Notification that an application has stopped.- Parameters:
appInfo
- The ApplicationInfo of the app
-