eap.freeciv
Class Player

java.lang.Object
  extended byeap.freeciv.Player
All Implemented Interfaces:
PacketListener

public class Player
extends Object
implements PacketListener


Constructor Summary
Player()
           
 
Method Summary
 void receivePacket(Packet packet)
          update the game state
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Player

public Player()
Method Detail

receivePacket

public void receivePacket(Packet packet)
update the game state

Specified by:
receivePacket in interface PacketListener