sandy.game.core
Interface GameBoardMoveListener

All Known Implementing Classes:
GameBoardUI

public interface GameBoardMoveListener

This interface should be implemented by all parties interested in listenting to the moves being made on the game board. The listeners will also be notified when the game got over due to a move.


Method Summary
 void gameOver()
           
 void moveMade(Move move)
           
 

Method Detail

moveMade

public void moveMade(Move move)

gameOver

public void gameOver()