infinitewisdom.model.network
Class NetworkCommunicator

java.lang.Object
  extended by infinitewisdom.model.network.NetworkCommunicator
Direct Known Subclasses:
NetworkCommunicatorClient

public abstract class NetworkCommunicator
extends java.lang.Object


Field Summary
protected  GameWorld gameWorld
           
 
Constructor Summary
NetworkCommunicator(GameWorld gw)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gameWorld

protected GameWorld gameWorld
Constructor Detail

NetworkCommunicator

public NetworkCommunicator(GameWorld gw)