org.starhope.appius.user.events
Interface ActionMethod

All Known Implementing Classes:
AutomaticDoor.DoorCancelHandler, AutomaticDoor.DoorHandler, OperatorControlClick.ClickHandler, PlebeianExpression.HackSetToActionRunner

public interface ActionMethod

WRITEME: Document this type.

Author:
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
 

Method Detail

acceptAction

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

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