Uses of Interface
gecco.client.Server

Packages that use Server
gecco.client   
gecco.communication.client   
 

Uses of Server in gecco.client
 

Classes in gecco.client that implement Server
 class ServerAdapter
          This is an adapter for the Server interface, all methods are implemented to do nothing.
 class TestServer
          This a test implementation of a server.
 

Fields in gecco.client declared as Server
(package private)  Server Game.server
          Description of the Field
 

Uses of Server in gecco.communication.client
 

Classes in gecco.communication.client that implement Server
 class ServerAmbassador
          This is the class that implements gecco.client.Server, and is the only part of the communication the client knows of.