Uses of Class
org.gcube.common.core.utils.handlers.events.Event.LifetimeEvent

Packages that use Event.LifetimeEvent
org.gcube.common.core.utils.handlers.events   
org.gcube.common.core.utils.handlers.lifetime   
 

Uses of Event.LifetimeEvent in org.gcube.common.core.utils.handlers.events
 

Subclasses of Event.LifetimeEvent in org.gcube.common.core.utils.handlers.events
static class Event.Done
          Specialises Event.LifetimeEvent for events that signal that the execution of a handler has successfully completed.
static class Event.Failed
          Specialises Event.LifetimeEvent for events that signal that the execution of a handler has failed.
static class Event.Running
          Specialises Event.LifetimeEvent for events that signal that the execution of a handler has started or resumed.
static class Event.Suspended
          Specialises Event.LifetimeEvent for events that signal that the execution of a handler is suspended.
 

Uses of Event.LifetimeEvent in org.gcube.common.core.utils.handlers.lifetime
 

Methods in org.gcube.common.core.utils.handlers.lifetime that return Event.LifetimeEvent
 Event.LifetimeEvent State.getLifetimeEvent()
          Returns a Event.LifetimeEvent for the transition to this state.
 Event.LifetimeEvent State.Running.getLifetimeEvent()
           
 Event.LifetimeEvent State.Suspended.getLifetimeEvent()
           
 Event.LifetimeEvent State.Done.getLifetimeEvent()
           
 Event.LifetimeEvent State.Failed.getLifetimeEvent()
           
 



Copyright © 2013. All Rights Reserved.