Uses of Interface
game.multiplayer.WordMoleClient

Packages that use WordMoleClient
game.multiplayer   
server   
 

Uses of WordMoleClient in game.multiplayer
 

Classes in game.multiplayer that implement WordMoleClient
 class WordMoleClientImpl
          This class represents the WordMoleClient Implementation of the Remote Interface for the WordMoleClient.
 

Uses of WordMoleClient in server
 

Methods in server that return WordMoleClient
 WordMoleClient WordMoleClientList.get(Client client)
          Returns the WordMoleClient with client.
 WordMoleClient WordMoleServerImpl.getClient(Client client)
          Returns the WordMoleClient associated with the username.
 

Methods in server that return types with arguments of type WordMoleClient
 java.util.Iterator<WordMoleClient> WordMoleClientList.iterator()
          Returns an iterator over the elements in this collection.
 

Methods in server with parameters of type WordMoleClient
 void WordMoleClientList.add(WordMoleClient client, Client name)
          Adds a WordMoleClient with username to the list.
 Client WordMoleClientList.get(WordMoleClient client)
          Returns the Client with WordMoleClient.
 void WordMoleServerImpl.register(WordMoleClient client, Client name, boolean connected)
           
 void WordMoleServer.register(WordMoleClient client, Client name, boolean connected)
          Registers a WordMoleClient with the WordMoleServer
 

Constructors in server with parameters of type WordMoleClient
WordMoleClientList(WordMoleClient client, Client name)
          Constructor