edu.cuny.cat.server
Class NoQuittingClockController

java.lang.Object
  extended by edu.cuny.cat.server.ClockController
      extended by edu.cuny.cat.server.SynchronousClockController
          extended by edu.cuny.cat.server.NoQuittingClockController
All Implemented Interfaces:
AuctionEventListener

public class NoQuittingClockController
extends SynchronousClockController

This cat game clock controller works in a way similar to SynchronousClockController, but does not exit the Java system after a cat game ends.

Version:
$Revision: 6 $
Author:
Jinzhong Niu

Field Summary
 
Fields inherited from class edu.cuny.cat.server.ClockController
P_DEF_BASE
 
Constructor Summary
NoQuittingClockController()
           
 
Method Summary
protected  void quitGame()
           
 
Methods inherited from class edu.cuny.cat.server.SynchronousClockController
eventOccurred, startClock
 
Methods inherited from class edu.cuny.cat.server.ClockController
pauseClock, resumeClock, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoQuittingClockController

public NoQuittingClockController()
Method Detail

quitGame

protected void quitGame()
Overrides:
quitGame in class ClockController