Uses of Class
org.gcube.smartgears.handlers.application.ApplicationEvent

Packages that use ApplicationEvent
org.gcube.smartgears.handlers.application   
 

Uses of ApplicationEvent in org.gcube.smartgears.handlers.application
 

Subclasses of ApplicationEvent in org.gcube.smartgears.handlers.application
 class ApplicationLifecycleEvent
          An ApplicationEvent that occurs when the application starts or stops.
static class ApplicationLifecycleEvent.Start
          An ApplicationEvent that occurs when the application starts.
static class ApplicationLifecycleEvent.Stop
          An ApplicationEvent that occurs when the application stops.
 class RequestEvent
          An ApplicationEvent that occurs when an application receives a request.
 class ResponseEvent
          A ApplicationEvent that occurs when the application returns a response to a given request.
 

Methods in org.gcube.smartgears.handlers.application with parameters of type ApplicationEvent
 void ApplicationLifecycleHandler.onEvent(ApplicationEvent<ApplicationLifecycleHandler> e)
           
 void RequestHandler.onEvent(ApplicationEvent<RequestHandler> e)
           
 



Copyright © 2014. All Rights Reserved.