|
||||||||||
| 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.Boggle
Provides a timing style suitable for playing Boggle
| Field Summary | |
static byte |
ID
Storable & TimingStyle id |
static java.lang.String |
NAME
Timing style name |
| Fields inherited from class net.thestump.ghronos.timing.TimingStyle |
appliedToBottomClock, appliedToTopClock, toStart, toStop |
| Constructor Summary | |
Boggle()
|
|
| Method Summary | |
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). |
java.lang.String |
toString()
|
| Methods inherited from class net.thestump.ghronos.timing.TimingStyle |
applyTo, evaluate, isAppliedTo, loadState, saveState |
| 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 Boggle()
| Method Detail |
public byte getID()
getID in interface superwaba.ext.xplat.io.StorablegetID in class TimingStylepublic java.lang.String toString()
public superwaba.ext.xplat.io.Storable getInstance()
getInstance in interface superwaba.ext.xplat.io.StorablegetInstance in class TimingStylepublic java.lang.String getDescription()
TimingStyle
getDescription in class TimingStyle
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 TimingStyletopClock - The application's top clockbottomClock - The application's bottom clock
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||