| Package | Description |
|---|---|
| org.gcube.common.core.utils.handlers.events | |
| org.gcube.common.core.utils.handlers.lifetime |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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 © 2015. All Rights Reserved.