infinitewisdom.model.network
Class NetworkCommunicatorClient

java.lang.Object
  extended by infinitewisdom.model.network.NetworkCommunicator
      extended by infinitewisdom.model.network.NetworkCommunicatorClient
All Implemented Interfaces:
ServerCommandParserIF

public class NetworkCommunicatorClient
extends NetworkCommunicator
implements ServerCommandParserIF


Field Summary
 
Fields inherited from class infinitewisdom.model.network.NetworkCommunicator
gameWorld
 
Constructor Summary
NetworkCommunicatorClient(GameWorld gw)
           
 
Method Summary
 void parseCommand(ServerCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkCommunicatorClient

public NetworkCommunicatorClient(GameWorld gw)
Method Detail

parseCommand

public void parseCommand(ServerCommand command)
Specified by:
parseCommand in interface ServerCommandParserIF