lane.sente
Interface UIListener

All Known Implementing Classes:
GameController

public interface UIListener

This is the class that defines the interface between the UI and the controller


Method Summary
 void pauseGame()
          used to pause the game
 void startGame()
          used to start the game
 

Method Detail

startGame

public void startGame()
used to start the game

pauseGame

public void pauseGame()
used to pause the game