Uses of Interface
de.quantummaid.eventmaid.channel.action.ActionHandler
-
Packages that use ActionHandler Package Description de.quantummaid.eventmaid.channel.action -
-
Uses of ActionHandler in de.quantummaid.eventmaid.channel.action
Classes in de.quantummaid.eventmaid.channel.action that implement ActionHandler Modifier and Type Class Description classCallActionHandler<T>TheActionHandlerimplementation for theCallAction.classConsumerActionHandler<T>TheActionHandlerimplementation for theConsumeAction.classJumpActionHandler<T>TheActionHandlerimplementation for theJumpAction.classReturnActionHandler<T>TheActionHandlerimplementation for theReturnAction.classSubscriptionActionHandler<T>TheActionHandlerimplementation for theSubscriptionAction.Methods in de.quantummaid.eventmaid.channel.action that return ActionHandler Modifier and Type Method Description ActionHandler<Action<T>,T>ActionHandlerSet. getActionHandlerFor(Action<T> action)Returns theActionHandlerregistered for the given action.Methods in de.quantummaid.eventmaid.channel.action with parameters of type ActionHandler Modifier and Type Method Description voidActionHandlerSet. registerActionHandler(Class<? extends Action> actionClass, ActionHandler<? extends Action<T>,T> actionHandler)Method, that can be used to add anActionand itsActionHandlerdynamically to the set.Method parameters in de.quantummaid.eventmaid.channel.action with type arguments of type ActionHandler Modifier and Type Method Description static <T> ActionHandlerSet<T>ActionHandlerSet. actionHandlerSet(Map<Class<? extends Action>,ActionHandler<? extends Action<T>,T>> handlerMap)Factory method to create a newActionHandlerSetbased on an existing mapping.
-