Uses of Class
org.gcube.smartgears.handlers.application.ApplicationEvent
-
Packages that use ApplicationEvent Package Description org.gcube.smartgears.handlers.application -
-
Uses of ApplicationEvent in org.gcube.smartgears.handlers.application
Subclasses of ApplicationEvent in org.gcube.smartgears.handlers.application Modifier and Type Class Description 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.Methods in org.gcube.smartgears.handlers.application with parameters of type ApplicationEvent Modifier and Type Method Description voidApplicationLifecycleHandler. onEvent(ApplicationEvent<ApplicationLifecycleHandler> e)voidRequestHandler. onEvent(ApplicationEvent<RequestHandler> e)
-