com.empireclassic.Remote
Class RemoteEmpire.AssaultReply

java.lang.Object
  extended by com.empireclassic.Remote.RemoteEmpire.AssaultReply
Enclosing class:
RemoteEmpire

public class RemoteEmpire.AssaultReply
extends java.lang.Object


Constructor Summary
RemoteEmpire.AssaultReply()
           
RemoteEmpire.AssaultReply(java.lang.String response)
           
 
Method Summary
 int getCasualties()
           
 int getEnemyLosses()
           
 EmpireError getError()
           
 boolean isWon()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEmpire.AssaultReply

public RemoteEmpire.AssaultReply()

RemoteEmpire.AssaultReply

public RemoteEmpire.AssaultReply(java.lang.String response)
Method Detail

getError

public EmpireError getError()

getCasualties

public int getCasualties()

getEnemyLosses

public int getEnemyLosses()

isWon

public boolean isWon()