Uses of Class
org.gcube.smartgears.handlers.application.ApplicationEvent
Packages that use ApplicationEvent
-
Uses of ApplicationEvent in org.gcube.smartgears.handlers.application
Subclasses of ApplicationEvent in org.gcube.smartgears.handlers.applicationModifier and TypeClassDescriptionclassAnApplicationEventthat occurs when the application starts or stops.static classAnApplicationEventthat occurs when the application starts.static classAnApplicationEventthat occurs when the application stops.classAnApplicationEventthat occurs when an application receives a request.classAApplicationEventthat occurs when the application returns a response to a given request.Methods in org.gcube.smartgears.handlers.application with parameters of type ApplicationEventModifier and TypeMethodDescriptionvoidApplicationLifecycleHandler.onEvent(ApplicationEvent<ApplicationLifecycleHandler> e) voidRequestHandler.onEvent(ApplicationEvent<RequestHandler> e)