Uses of Interface
gecco.server.core.Client

Packages that use Client
gecco.communication.server   
gecco.server.actionprocessor   
gecco.server.core   
gecco.server.visibility   
 

Uses of Client in gecco.communication.server
 

Classes in gecco.communication.server that implement Client
 class ClientAmbassador
          The class that implements gecco.server.core.Client, and the only part of the communication package that the server needs to know about
 

Uses of Client in gecco.server.actionprocessor
 

Fields in gecco.server.actionprocessor declared as Client
private  Client ActionProcessor.comClient
          Description of the Field
 

Constructors in gecco.server.actionprocessor with parameters of type Client
ActionProcessor(UnitManager _unitManager, VisibilityManager _visibilityManager, Client _comClient)
          Constructor for the ActionProcessor object
 

Uses of Client in gecco.server.core
 

Fields in gecco.server.core declared as Client
private static Client ReferenceHolder.comClient
          Description of the Field
 

Methods in gecco.server.core that return Client
static Client ReferenceHolder.getComClient()
          Gets the ComClient attribute of the ReferenceHolder class
 

Methods in gecco.server.core with parameters of type Client
static void ReferenceHolder.setComClient(Client _comClient)
          Sets the ComClient attribute of the ReferenceHolder class
 

Uses of Client in gecco.server.visibility
 

Fields in gecco.server.visibility declared as Client
private  Client VisibilityManager.ci
          Description of the Field
 

Constructors in gecco.server.visibility with parameters of type Client
VisibilityManager(AutomatonMap am, Client ci, UnitManager um)
          Constructor for the VisibilityManager object