org.starhope.appius.game.actions
Class OperatorControlClick.ClickHandler

java.lang.Object
  extended by org.starhope.appius.game.actions.OperatorControlClick.ClickHandler
All Implemented Interfaces:
ActionMethod
Enclosing class:
OperatorControlClick

static final class OperatorControlClick.ClickHandler
extends Object
implements ActionMethod

Author:
brpocock@star-hope.org

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

Field Detail

capSysOp

private final SecurityCapability capSysOp
WRITEME brpocock@star-hope.org

Constructor Detail

OperatorControlClick.ClickHandler

OperatorControlClick.ClickHandler()
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[])