|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.thestump.ghronos.timing.TimingStyle
net.thestump.ghronos.timing.ot.OvertimeStyle
net.thestump.ghronos.timing.ot.Scrabble
Provides a Scrabble timing style.
| Field Summary | |
static byte |
ID
Timing style/Storable ID |
static java.lang.String |
NAME
Name of this timing style |
| Fields inherited from class net.thestump.ghronos.timing.ot.OvertimeStyle |
bottomClockInOt, clockIsInOvertime, isAppliedTo, overtime, topClockInOt, topClockIsTicking |
| Fields inherited from class net.thestump.ghronos.timing.TimingStyle |
appliedToBottomClock, appliedToTopClock, toStart, toStop |
| Constructor Summary | |
Scrabble()
|
|
| Method Summary | |
void |
execute(Clock tickingClock)
Runs an overtime check on tickingClock when it
runs out of time to see if it should go into overtime or not |
void |
execute(Clock topClock,
Clock bottomClock)
Applies the timing style to the appropriate clocks on a clock switch |
java.lang.String |
getDescription()
Gets a description of this timing style which is used to display information about the timing style in a help dialog |
byte |
getID()
|
superwaba.ext.xplat.io.Storable |
getInstance()
|
void |
onRegister(Clock topClock,
Clock bottomClock)
Called when this TimingStyle is registered with the Mediator. |
void |
onUnRegister(Clock topClock,
Clock bottomClock)
Called when this TimingStyle is unregistered with the Mediator (when another TimingStyle is registered). |
void |
reset()
Perform any resetting the timing style may need in between usages. |
void |
saveState(superwaba.ext.xplat.io.DataStream ds)
|
java.lang.String |
toString()
|
| Methods inherited from class net.thestump.ghronos.timing.ot.OvertimeStyle |
evaluate, getOvertime, isInOvertime, loadState, setOvertime, setOvertime |
| Methods inherited from class net.thestump.ghronos.timing.TimingStyle |
applyTo, isAppliedTo |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final byte ID
public static final java.lang.String NAME
| Constructor Detail |
public Scrabble()
| Method Detail |
public void onUnRegister(Clock topClock,
Clock bottomClock)
TimingStyle
onUnRegister in class TimingStyletopClock - bottomClock -
public void onRegister(Clock topClock,
Clock bottomClock)
TimingStyle
onRegister in class TimingStyletopClock - bottomClock -
public void execute(Clock topClock,
Clock bottomClock)
TimingStyle
execute in class OvertimeStylepublic void reset()
OvertimeStyle
reset in class OvertimeStylepublic void execute(Clock tickingClock)
OvertimeStyletickingClock when it
runs out of time to see if it should go into overtime or not
execute in class OvertimeStyletickingClock - The currently ticking clock which should be checked for overtimepublic java.lang.String toString()
public byte getID()
getID in interface superwaba.ext.xplat.io.StorablegetID in class OvertimeStylepublic superwaba.ext.xplat.io.Storable getInstance()
getInstance in interface superwaba.ext.xplat.io.StorablegetInstance in class OvertimeStylepublic void saveState(superwaba.ext.xplat.io.DataStream ds)
saveState in interface superwaba.ext.xplat.io.StorablesaveState in class OvertimeStylepublic java.lang.String getDescription()
TimingStyle
getDescription in class TimingStyle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||