|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
ControlEngine.addActionHandler(ActionId<T> actionId,
ActionHandler<T> actionHandler)
|
|
|
ControlEngine.removeActionHandler(ActionId<T> actionId)
|
|
|
ViewEngine.request(ActionId<RequestAction<java.lang.Void,T>> type,
ResponseCallback<T> callback)
|
|
|
ViewEngine.request(ActionId<RequestAction<V,T>> type,
V requestParameter,
ResponseCallback<T> callback)
|
|
void |
ViewEngine.send(ActionId<EmptyAction> action)
|
|
|
ViewEngine.send(ActionId<T> actionType,
T parameter)
|
|
|
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
|
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 | ||
|---|---|---|
|
DefaultEngine.addActionHandler(ActionId<T> actionType,
ActionHandler<T> actionHandler)
|
|
|
DefaultActionDelegate.addActionHandler(ActionId<T> command,
ActionHandler<T> commandHandler)
|
|
|
ActionDelegate.addActionHandler(ActionId<T> actionType,
ActionHandler<T> actionHandler)
|
|
|
DefaultActionDelegate.get(ActionId<T> command,
boolean create)
|
|
|
DefaultEngine.removeActionHandler(ActionId<T> action)
|
|
|
DefaultActionDelegate.removeActionHandler(ActionId<T> command)
|
|
|
ActionDelegate.removeActionHandler(ActionId<T> action)
|
|
|
DefaultEngine.request(ActionId<RequestAction<java.lang.Void,T>> type,
ResponseCallback<T> callback)
|
|
|
DefaultEngine.request(ActionId<RequestAction<V,T>> type,
V requestParameter,
ResponseCallback<T> callback)
|
|
|
DefaultActionDelegate.request(ActionId<RequestAction<V,T>> type,
V requestParameter,
ResponseCallback<T> callback)
|
|
|
ActionDelegate.request(ActionId<RequestAction<V,T>> type,
V requestParameter,
ResponseCallback<T> callback)
|
|
void |
DefaultEngine.send(ActionId<EmptyAction> type)
|
|
|
DefaultEngine.send(ActionId<T> type,
T arg)
|
|
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||