infinitewisdom.model.servercommand
Class ServerCommand

java.lang.Object
  extended by infinitewisdom.model.servercommand.ServerCommand
Direct Known Subclasses:
AttackCommand, MoveCommand, StopCommand

public abstract class ServerCommand
extends java.lang.Object


Field Summary
 PlayerIF sender
           
 UnitIF subject
           
 
Constructor Summary
ServerCommand()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subject

public UnitIF subject

sender

public PlayerIF sender
Constructor Detail

ServerCommand

public ServerCommand()