lane.sente
Class GameController

java.lang.Object
  |
  +--lane.sente.GameController
All Implemented Interfaces:
UIListener

public class GameController
extends java.lang.Object
implements UIListener

This is the master controller class


Constructor Summary
GameController()
          The constructor
 
Method Summary
 void pauseGame()
          pauses the game
 void startGame()
          starts the game
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameController

public GameController()
The constructor
Method Detail

startGame

public void startGame()
starts the game
Specified by:
startGame in interface UIListener

pauseGame

public void pauseGame()
pauses the game
Specified by:
pauseGame in interface UIListener