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

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

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

Methods in org.gcube.common.core.utils.handlers with parameters of type Event
protected
<TOPIC extends Topic>
void
GCUBEHandler.notify(TOPIC topic, Event<TOPIC,?> e)
          Notifies all subscribed monitors of an Event about an associated Topic.
 

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

Subclasses of Event 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.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.
 

Methods in org.gcube.common.core.utils.handlers.events with parameters of type Event
protected  void Monitor.onAnyEvent(Event<?,?> e)
          Callback for any handle event.
 



Copyright © 2012. All Rights Reserved.