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
public static class ApplicationLifecycleEvent.Stop extends ApplicationLifecycleEvent
AnApplicationEventthat 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
Constructors Constructor Description Stop(ApplicationContext context)Creates an instance for a givenApplicationContext.
-
-
-
Constructor Detail
-
Stop
public Stop(ApplicationContext context)
Creates an instance for a givenApplicationContext.- Parameters:
context- the context
-
-