org.jactr.core.queue.timedevents
Class TerminationTimedEvent

java.lang.Object
  extended by org.jactr.core.queue.timedevents.AbstractTimedEvent
      extended by org.jactr.core.queue.timedevents.TerminationTimedEvent
All Implemented Interfaces:
ITimedEvent

public class TerminationTimedEvent
extends AbstractTimedEvent


Constructor Summary
TerminationTimedEvent(double startTime, double endTime)
           
 
Method Summary
 void fire(double now)
          called when this event should be fired..
 
Methods inherited from class org.jactr.core.queue.timedevents.AbstractTimedEvent
abort, getEndTime, getStartTime, hasAborted, hasFired, setTimes, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerminationTimedEvent

public TerminationTimedEvent(double startTime,
                             double endTime)
Method Detail

fire

public void fire(double now)
Description copied from class: AbstractTimedEvent
called when this event should be fired..

Specified by:
fire in interface ITimedEvent
Overrides:
fire in class AbstractTimedEvent
Parameters:
now - Description of the Parameter