org.jactr.core.queue
Interface IIntermediateTimedEvent

All Superinterfaces:
ITimedEvent

public interface IIntermediateTimedEvent
extends ITimedEvent

A timed event that needs to be notified with intermittant time updates For instance, a long running event (say moving a limb) might need intermediate updates so that its internal model can be updated. Once inserted into the TimedEventQueue, each cycle will fire currentTime() until the event's fire (end) time is reached

Author:
developer

Method Summary
 void currentTime(double time)
          fired at each cycle of the timed event queue until this events fire time is reached
 
Methods inherited from interface org.jactr.core.queue.ITimedEvent
abort, fire, getEndTime, getStartTime, hasAborted, hasFired
 

Method Detail

currentTime

void currentTime(double time)
fired at each cycle of the timed event queue until this events fire time is reached

Parameters:
time -