org.starhope.appius.game.npc.plebeian
Class PlebeianExpression.HackSetToActionRunner

java.lang.Object
  extended by org.starhope.appius.game.npc.plebeian.PlebeianExpression.HackSetToActionRunner
All Implemented Interfaces:
ActionMethod
Enclosing class:
PlebeianExpression

private final class PlebeianExpression.HackSetToActionRunner
extends Object
implements ActionMethod

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  ScriptRunner scriptRunner
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
PlebeianExpression.HackSetToActionRunner(ScriptRunner newRunner)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 boolean acceptAction(Room where, AbstractUser subject, String verb, AbstractUser object, String indirectObject, Object... trailer)
          WRITEME: Document this method brpocock@star-hope.org
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

scriptRunner

private final ScriptRunner scriptRunner
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

PlebeianExpression.HackSetToActionRunner

PlebeianExpression.HackSetToActionRunner(ScriptRunner newRunner)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
newRunner - WRITEME
Method Detail

acceptAction

public boolean acceptAction(Room where,
                            AbstractUser subject,
                            String verb,
                            AbstractUser object,
                            String indirectObject,
                            Object... trailer)
Description copied from interface: ActionMethod
WRITEME: Document this method brpocock@star-hope.org

Specified by:
acceptAction in interface ActionMethod
Parameters:
where - WRITEME
subject - WRITEME
verb - WRITEME
object - WRITEME
indirectObject - WRITEME
trailer - WRITEME
Returns:
true, if the action has been completely handled and doesn't need further processing
See Also:
ActionMethod.acceptAction(org.starhope.appius.game.Room, org.starhope.appius.user.AbstractUser, java.lang.String, org.starhope.appius.user.AbstractUser, java.lang.String, java.lang.Object[])

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()