org.jactr.core.queue.event
Class TimedEventListenerAdaptor

java.lang.Object
  extended by org.jactr.core.queue.event.TimedEventListenerAdaptor
All Implemented Interfaces:
java.util.EventListener, ITimedEventListener

public class TimedEventListenerAdaptor
extends java.lang.Object
implements ITimedEventListener

Author:
harrison TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
TimedEventListenerAdaptor()
           
 
Method Summary
 void eventAborted(TimedEventEvent tee)
          an event has been aborted and dequeued
 void eventFired(TimedEventEvent tee)
          an event has been fired (its time has expired)
 void eventQueued(TimedEventEvent tee)
          an event has been queued
 void eventUpdated(TimedEventEvent tee)
          the timed event is an IIntermediateTimedEvent and it has received an update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimedEventListenerAdaptor

public TimedEventListenerAdaptor()
Method Detail

eventFired

public void eventFired(TimedEventEvent tee)
Description copied from interface: ITimedEventListener
an event has been fired (its time has expired)

Specified by:
eventFired in interface ITimedEventListener
See Also:
ITimedEventListener.eventFired(org.jactr.core.queue.event.TimedEventEvent)

eventQueued

public void eventQueued(TimedEventEvent tee)
Description copied from interface: ITimedEventListener
an event has been queued

Specified by:
eventQueued in interface ITimedEventListener
See Also:
ITimedEventListener.eventQueued(org.jactr.core.queue.event.TimedEventEvent)

eventAborted

public void eventAborted(TimedEventEvent tee)
Description copied from interface: ITimedEventListener
an event has been aborted and dequeued

Specified by:
eventAborted in interface ITimedEventListener
See Also:
ITimedEventListener.eventAborted(org.jactr.core.queue.event.TimedEventEvent)

eventUpdated

public void eventUpdated(TimedEventEvent tee)
Description copied from interface: ITimedEventListener
the timed event is an IIntermediateTimedEvent and it has received an update

Specified by:
eventUpdated in interface ITimedEventListener
See Also:
ITimedEventListener.eventUpdated(org.jactr.core.queue.event.TimedEventEvent)