Uses of Class
org.gcube.smartgears.handlers.Event

Packages that use Event
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
 class ApplicationEvent<T extends ApplicationHandler<T>>
          An Event that occurs in the lifetime of the 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.
 

Uses of Event in org.gcube.smartgears.handlers.container
 

Subclasses of Event in org.gcube.smartgears.handlers.container
 class ContainerLifecycleEvent
          An Event that occurs in the lifetime of the container.
static class ContainerLifecycleEvent.Start
          An ContainerLifecycleEvent that occurs when the container starts.
static class ContainerLifecycleEvent.Stop
          An ContainerLifecycleEvent that occurs when the container stops.
 



Copyright © 2014. All Rights Reserved.