Uses of Class
GameBoard

Uses of GameBoard in <Unnamed>
 

Subclasses of GameBoard in <Unnamed>
 class OthelloBoard
          This class manages the data necessary for an Othello board.
 

Methods in <Unnamed> with parameters of type GameBoard
 void OthelloClient.updateBoard(GameBoard updatedBoard)
          This method takes a OthelloBoard and uses it to update this class' data and GUI representation of the board.
abstract  void GameClient.updateBoard(GameBoard updatedBoard)
          This method takes a GameBoard parameter and uses it to update this class data and GUI representation of the board.