Uses of Class
org.gcube.smartgears.handlers.Event
-
Packages that use Event Package Description org.gcube.smartgears.handlers.application org.gcube.smartgears.handlers.container -
-
Uses of Event in org.gcube.smartgears.handlers.application
Subclasses of Event in org.gcube.smartgears.handlers.application Modifier and Type Class Description classApplicationEvent<T extends ApplicationHandler<T>>AnEventthat occurs in the lifetime of the application.classApplicationLifecycleEventAnApplicationEventthat occurs when the application starts or stops.static classApplicationLifecycleEvent.StartAnApplicationEventthat occurs when the application starts.static classApplicationLifecycleEvent.StopAnApplicationEventthat occurs when the application stops.classRequestEventAnApplicationEventthat occurs when an application receives a request.classResponseEventAApplicationEventthat occurs when the application returns a response to a given request. -
Uses of Event in org.gcube.smartgears.handlers.container
Subclasses of Event in org.gcube.smartgears.handlers.container Modifier and Type Class Description classContainerLifecycleEventAnEventthat occurs in the lifetime of the container.static classContainerLifecycleEvent.StartAnContainerLifecycleEventthat occurs when the container starts.static classContainerLifecycleEvent.StopAnContainerLifecycleEventthat occurs when the container stops.
-