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

java.lang.Object
  extended by org.gcube.common.core.utils.events.GCUBEEvent<TOPIC,PAYLOAD>
      extended by org.gcube.common.core.utils.handlers.events.Event<Topic.LifetimeTopic,GCUBEHandler<?>>
          extended by org.gcube.common.core.utils.handlers.events.Event.LifetimeEvent
Direct Known Subclasses:
Event.Done, Event.Failed, Event.Running, Event.Suspended
Enclosing class:
Event<TOPIC extends Topic,PAYLOAD>

public abstract static class Event.LifetimeEvent
extends Event<Topic.LifetimeTopic,GCUBEHandler<?>>

Abstract specialisation of Event for lifetime events.

A Event.LifetimeEvent carries the GCUBEHandler that produced it as its payload.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.common.core.utils.handlers.events.Event
Event.Done, Event.Failed, Event.LifetimeEvent, Event.Running, Event.Suspended
 
Field Summary
 
Fields inherited from class org.gcube.common.core.utils.events.GCUBEEvent
payload, producer, timeStamp, topic
 
Constructor Summary
Event.LifetimeEvent()
           
 
Method Summary
 
Methods inherited from class org.gcube.common.core.utils.handlers.events.Event
toString
 
Methods inherited from class org.gcube.common.core.utils.events.GCUBEEvent
getPayload, getProducer, getTimeStamp, getTopic, isExpired, setPayload, setProducer, setTopic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event.LifetimeEvent

public Event.LifetimeEvent()


Copyright © 2012. All Rights Reserved.