edu.cuny.cat.server
Class TelnetConsole.ClockStatus
java.lang.Object
edu.cuny.cat.server.TelnetConsole.ClockStatus
- Enclosing class:
- TelnetConsole
public static class TelnetConsole.ClockStatus
- extends java.lang.Object
records the status of the GameClock
.
- Author:
- Jinzhong Niu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
started
protected boolean started
paused
protected boolean paused
ended
protected boolean ended
TelnetConsole.ClockStatus
public TelnetConsole.ClockStatus()
isStartable
protected boolean isStartable()
isPauseable
protected boolean isPauseable()
isResumable
protected boolean isResumable()
isEndable
protected boolean isEndable()
startClock
public boolean startClock()
pauseClock
public boolean pauseClock()
resumeClock
public boolean resumeClock()
endClock
public boolean endClock()