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.
 

Uses of Client in gecco.communication.client
 

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