| Package | Description |
|---|---|
| org.gcube.common.core.utils.handlers | |
| org.gcube.common.core.utils.handlers.events |
| Modifier and Type | Method and Description |
|---|---|
protected <TOPIC extends Topic> |
GCUBEHandler.notify(TOPIC topic,
Event<TOPIC,?> e)
|
| 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.LifetimeEvent
Abstract specialisation of
Event for lifetime events. |
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 |
|---|---|
protected void |
Monitor.onAnyEvent(Event<?,?> e)
Callback for any handle event.
|
Copyright © 2015. All Rights Reserved.