Uses of Class
fourwin.FourGUI

Uses of FourGUI in fourwin
 

Fields in fourwin declared as FourGUI
(package private)  FourGUI FourHuman.gui
           
(package private)  FourGUI FourGameManager.gui
           
 

Methods in fourwin with parameters of type FourGUI
 void BrickConnection.processInput(PlayingField board, FourGUI gui)
          This method is used to receive messages from the brick.
 void BrickConnection.SendGameReset(FourGUI gui)
          Sends the game reset message to the brick.
 

Constructors in fourwin with parameters of type FourGUI
FourGameManager(FourGUI gui)
          Constructor to create a FourGameManager object.
FourHuman(FourGUI gui)
           
FourHuman(FourGUI gui, int playerID)