Class ApplicationLifecycleEvent.Start
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.Start
- Enclosing class:
- ApplicationLifecycleEvent
An
ApplicationEvent that occurs when the application starts.-
Nested Class Summary
Nested classes/interfaces inherited from class org.gcube.smartgears.handlers.application.ApplicationLifecycleEvent
ApplicationLifecycleEvent.Start, ApplicationLifecycleEvent.Stop -
Constructor Summary
ConstructorsConstructorDescriptionStart(ApplicationContext context) Creates an instance for a givenApplicationContext. -
Method Summary
-
Constructor Details
-
Start
Creates an instance for a givenApplicationContext.- Parameters:
context- the context
-