public abstract class TimeslotPhaseProcessor extends Object
| Constructor and Description |
|---|
TimeslotPhaseProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
activate(org.joda.time.Instant time,
int phaseNumber)
This method gets called once during each timeslot.
|
protected void |
init()
This method must be called in the per-game initialization code in each
implementing class.
|
void |
setTimeslotPhase(int newValue)
This is the Spring-accessible setter for the phase number
|
protected void init()
public void setTimeslotPhase(int newValue)
public abstract void activate(org.joda.time.Instant time,
int phaseNumber)
Copyright © 2016 Power TAC. All Rights Reserved.