Package org.jactr.core.queue

Interface Summary
IIntermediateTimedEvent 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.
ITimedEvent TimedEvent is any event that will occur after X amount of model time.
 

Class Summary
TimedEventQueue Tracks TimedEvents within the model.