Uses of Interface
org.starhope.appius.user.events.ActionHandlerInterface

Packages that use ActionHandlerInterface
org.starhope.appius.game.npc.plebeian   
org.starhope.appius.user.events   
 

Uses of ActionHandlerInterface in org.starhope.appius.game.npc.plebeian
 

Methods in org.starhope.appius.game.npc.plebeian that return ActionHandlerInterface
 ActionHandlerInterface PlebeianExpression.handler(ScriptRunner scriptRunner)
          WRITEME: Document this method brpocock@star-hope.org
 

Uses of ActionHandlerInterface in org.starhope.appius.user.events
 

Classes in org.starhope.appius.user.events that implement ActionHandlerInterface
 class ActionHandler
          WRITEME: Document this type.
 

Fields in org.starhope.appius.user.events with type parameters of type ActionHandlerInterface
(package private) static Collection<ActionHandlerInterface> Quaestor.actionHandlers
          collection of all action handlers in the system
private  Queue<ActionHandlerInterface> QuaestorRunner.f
          WRITEME: Document this brpocock@star-hope.org
private  WeakHashMap<AbstractUser,Set<ActionHandlerInterface>> Quaestor.weakListeners
          weak listeners stuff
 

Methods in org.starhope.appius.user.events with parameters of type ActionHandlerInterface
 void QuaestorRunner.add(ActionHandlerInterface handler)
           
static void Quaestor.ignore(ActionHandlerInterface handler)
          WRITEME: Document this method brpocock@star-hope.org
static void Quaestor.listen(ActionHandlerInterface handler)
          WRITEME: Document this method brpocock@star-hope.org
 void Quaestor.weakListen(AbstractUser u, ActionHandlerInterface actionHandler)
          Listen for an event, weakly, forgetting about it if the user logs out.