Uses of Class
net.sf.freecol.client.networking.Client

Packages that use Client
net.sf.freecol.client This is the main client package. 
 

Uses of Client in net.sf.freecol.client
 

Methods in net.sf.freecol.client that return Client
 Client FreeColClient.getClient()
          Gets the Client that can be used to send messages to the server.
 

Methods in net.sf.freecol.client with parameters of type Client
 void FreeColClient.setClient(Client client)
          Sets the Client that shall be used to send messages to the server.