Class ApplicationLifecycleEvent.Stop
java.lang.Object
org.gcube.smartgears.handlers.Event<ApplicationContext>
org.gcube.smartgears.handlers.application.ApplicationEvent<ApplicationLifecycleHandler>
org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent
org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent.Stop
- Enclosing class:
- ApplicationLifecycleEvent
An
ApplicationEvent that occurs when the application stops.-
Nested Class Summary
Nested classes/interfaces inherited from class org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent
ApplicationLifecycleEvent.Start, ApplicationLifecycleEvent.Stop -
Constructor Summary
ConstructorsConstructorDescriptionStop(ApplicationContext context) Creates an instance for a givenApplicationContext. -
Method Summary
-
Constructor Details
-
Stop
Creates an instance for a givenApplicationContext.- Parameters:
context- the context
-