Package org.baseagent.schedule
Class RecurringEvent
java.lang.Object
org.baseagent.schedule.ScheduledEvent
org.baseagent.schedule.RecurringEvent
-
Constructor Summary
ConstructorsConstructorDescriptionRecurringEvent(long offsetFromZero, long interval, Consumer<Simulation> thingToDo) RecurringEvent(long interval, Consumer<Simulation> thingToDo) -
Method Summary
Methods inherited from class org.baseagent.schedule.ScheduledEvent
execute
-
Constructor Details
-
RecurringEvent
-
RecurringEvent
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein classScheduledEvent
-
removeWhenDone
public boolean removeWhenDone()- Specified by:
removeWhenDonein classScheduledEvent
-