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
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
- WRITEMEsubject
- WRITEMEverb
- WRITEMEobject
- WRITEMEindirectObject
- WRITEMEtrailer
- WRITEME
- Returns:
- true, if the action has been completely handled and
doesn't need further processing