Uses of Interface
gecco.server.core.Client

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

Methods in gecco.server.visibility with parameters of type Client
 void VisibilityManager.setClient(Client client)
          Sets the client (the part of the communication system that lets the server send messages to the clients).