Uses of Class
org.asmatron.messengine.action.ActionId

Packages that use ActionId
org.asmatron.messengine   
org.asmatron.messengine.action   
org.asmatron.messengine.engines   
org.asmatron.messengine.engines.components   
 

Uses of ActionId in org.asmatron.messengine
 

Methods in org.asmatron.messengine with parameters of type ActionId
<T extends ActionObject>
void
ControlEngine.addActionHandler(ActionId<T> actionId, ActionHandler<T> actionHandler)
           
<T extends ActionObject>
void
ControlEngine.removeActionHandler(ActionId<T> actionId)
           
<T> void
ViewEngine.request(ActionId<RequestAction<java.lang.Void,T>> type, ResponseCallback<T> callback)
           
<V,T> void
ViewEngine.request(ActionId<RequestAction<V,T>> type, V requestParameter, ResponseCallback<T> callback)
           
 void ViewEngine.send(ActionId<EmptyAction> action)
           
<T extends ActionObject>
void
ViewEngine.send(ActionId<T> actionType, T parameter)
           
<T> void
ViewEngine.sendValueAction(ActionId<ValueAction<T>> action, T argument)
           
 

Uses of ActionId in org.asmatron.messengine.action
 

Methods in org.asmatron.messengine.action that return ActionId
static
<T extends ActionObject>
ActionId<T>
ActionId.cm(java.lang.String id)
           
 ActionId<?> DuplicateActionHandlerException.getAction()
           
 ActionId<T> Action.getType()
           
 

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

Uses of ActionId in org.asmatron.messengine.engines
 

Methods in org.asmatron.messengine.engines with parameters of type ActionId
<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)
           
<T extends ActionObject>
ActionProcessor<T>
DefaultActionDelegate.get(ActionId<T> command, boolean create)
           
<T extends ActionObject>
void
DefaultEngine.removeActionHandler(ActionId<T> action)
           
<T extends ActionObject>
void
DefaultActionDelegate.removeActionHandler(ActionId<T> command)
           
<T extends ActionObject>
void
ActionDelegate.removeActionHandler(ActionId<T> action)
           
<T> void
DefaultEngine.request(ActionId<RequestAction<java.lang.Void,T>> type, ResponseCallback<T> callback)
           
<V,T> void
DefaultEngine.request(ActionId<RequestAction<V,T>> type, V requestParameter, ResponseCallback<T> callback)
           
<V,T> void
DefaultActionDelegate.request(ActionId<RequestAction<V,T>> type, V requestParameter, ResponseCallback<T> callback)
           
<V,T> void
ActionDelegate.request(ActionId<RequestAction<V,T>> type, V requestParameter, ResponseCallback<T> callback)
           
 void DefaultEngine.send(ActionId<EmptyAction> type)
           
<T extends ActionObject>
void
DefaultEngine.send(ActionId<T> type, T arg)
           
<T> void
DefaultEngine.sendValueAction(ActionId<ValueAction<T>> action, T argument)
           
 

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

Constructors in org.asmatron.messengine.engines.components with parameters of type ActionId
ActionProcessor(ActionId<T> type)
           
 



Copyright © 2011. All Rights Reserved.