toroidwars.logging
Class PassLoggableAction

java.lang.Object
  extended by toroidwars.logging.AbstractLoggableAction<java.lang.Object>
      extended by toroidwars.logging.PassLoggableAction
All Implemented Interfaces:
LoggableAction<java.lang.Object>

public final class PassLoggableAction
extends AbstractLoggableAction<java.lang.Object>

Used when the log is of an pass action, in which case the country is the country that passed, the direction is NONE, the numberofunits being 0 and the result being null.

Author:
Maximillian Dupenois, Kent McClymont

Constructor Summary
PassLoggableAction(Country country)
           
 
Method Summary
 
Methods inherited from class toroidwars.logging.AbstractLoggableAction
getCountry, getDirection, getNumberOfUnits, getResult, isAttack, isAttacked, isBuild, isConquered, isPass, isScout, isTransfer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PassLoggableAction

public PassLoggableAction(Country country)
Parameters:
country -