Package org.powertac.common
Class RepeatingTimedAction
java.lang.Object
org.powertac.common.RepeatingTimedAction
- All Implemented Interfaces:
TimedAction
public class RepeatingTimedAction extends Object implements TimedAction
A timedAction
- Author:
- John Collins
-
Constructor Summary
Constructors Constructor Description RepeatingTimedAction(TimedAction act, long interval) -
Method Summary
Modifier and Type Method Description voidperform(org.joda.time.Instant theTime)
-
Constructor Details
-
Method Details
-
perform
public void perform(org.joda.time.Instant theTime)- Specified by:
performin interfaceTimedAction
-