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 SummaryConstructors Constructor Description RepeatingTimedAction(TimedAction act, long interval)
 
- 
- 
- 
Constructor Detail- 
RepeatingTimedActionpublic RepeatingTimedAction(TimedAction act, long interval) 
 
- 
 - 
Method Detail- 
performpublic void perform(org.joda.time.Instant theTime) - Specified by:
- performin interface- TimedAction
 
 
- 
 
-