Uses of Interface
gecco.server.core.Client

Packages that use Client
gecco.communication.server   
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.core
 

Methods in gecco.server.core that return Client
static Client ReferenceHolder.getClient()
           
 

Methods in gecco.server.core with parameters of type Client
static void ReferenceHolder.setClient(Client argClient)
          added by hs Sets the Client, primary for use by DKEReferee
 

Uses of Client in gecco.server.visibility
 

Constructors in gecco.server.visibility with parameters of type Client
VisibilityManager(Client client)
          Constructor for the VisibilityManager object