Uses of Interface
gecco.client.Client

Packages that use Client
gecco.client   
gecco.communication.client   
 

Uses of Client in gecco.client
 

Classes in gecco.client that implement Client
 class Game
          This is the main game class.
 

Fields in gecco.client declared as Client
(package private)  Client TestServer.client
          Description of the Field
 

Constructors in gecco.client with parameters of type Client
TestServer(Client c)
          Constructor for the TestServer object
 

Uses of Client in gecco.communication.client
 

Fields in gecco.communication.client declared as Client
private  Client ServerAmbassador.cl
          Description of the Field
private  Client DataInputExchangeHandler.client
          Description of the Field
 

Constructors in gecco.communication.client with parameters of type Client
ServerAmbassador(Client cl)
           
DataInputExchangeHandler(ServerConnection sc, Client cl, ServerAmbassador sa, DataOutputExchangeHandler DEHOutput)