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