Uses of Interface
org.asmatron.messengine.action.ActionHandler

Packages that use ActionHandler
org.asmatron.messengine   
org.asmatron.messengine.action   
org.asmatron.messengine.engines   
org.asmatron.messengine.engines.components   
org.asmatron.messengine.engines.support   
 

Uses of ActionHandler in org.asmatron.messengine
 

Methods in org.asmatron.messengine with parameters of type ActionHandler
<T extends ActionObject>
void
ControlEngine.addActionHandler(ActionId<T> actionId, ActionHandler<T> actionHandler)
           
 

Uses of ActionHandler in org.asmatron.messengine.action
 

Methods in org.asmatron.messengine.action that return ActionHandler
 ActionHandler<?> DuplicateActionHandlerException.getNewHandler()
           
 ActionHandler<?> DuplicateActionHandlerException.getOldHandler()
           
 

Constructors in org.asmatron.messengine.action with parameters of type ActionHandler
DuplicateActionHandlerException(ActionHandler<?> newHandler, ActionHandler<?> oldHandler, ActionId<?> action)
           
DuplicateActionHandlerException(ActionHandler<?> newHandler, ActionHandler<?> oldHandler, ActionId<?> action)
           
 

Uses of ActionHandler in org.asmatron.messengine.engines
 

Methods in org.asmatron.messengine.engines with parameters of type ActionHandler
<T extends ActionObject>
void
DefaultEngine.addActionHandler(ActionId<T> actionType, ActionHandler<T> actionHandler)
           
<T extends ActionObject>
void
DefaultActionDelegate.addActionHandler(ActionId<T> command, ActionHandler<T> commandHandler)
           
<T extends ActionObject>
void
ActionDelegate.addActionHandler(ActionId<T> actionType, ActionHandler<T> actionHandler)
           
 

Uses of ActionHandler in org.asmatron.messengine.engines.components
 

Methods in org.asmatron.messengine.engines.components with parameters of type ActionHandler
 void ActionProcessor.handle(ActionHandler<T> handler)
           
 

Uses of ActionHandler in org.asmatron.messengine.engines.support
 

Classes in org.asmatron.messengine.engines.support that implement ActionHandler
 class ActionMethodHandler
           
 class RequestFieldHandler
           
 class RequestMethodHandler
           
 



Copyright © 2011. All Rights Reserved.