|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ActionObject in org.asmatron.messengine |
|---|
| Methods in org.asmatron.messengine with type parameters of type ActionObject | ||
|---|---|---|
|
ControlEngine.addActionHandler(ActionId<T> actionId,
ActionHandler<T> actionHandler)
|
|
|
ControlEngine.removeActionHandler(ActionId<T> actionId)
|
|
|
ViewEngine.send(ActionId<T> actionType,
T parameter)
|
|
| Uses of ActionObject in org.asmatron.messengine.action |
|---|
| Classes in org.asmatron.messengine.action with type parameters of type ActionObject | |
|---|---|
class |
Action<T extends ActionObject>
|
interface |
ActionHandler<T extends ActionObject>
|
class |
ActionId<T extends ActionObject>
|
| Subclasses of ActionObject in org.asmatron.messengine.action | |
|---|---|
class |
EmptyAction
|
class |
RequestAction<T,V>
|
class |
ValueAction<T>
|
| Methods in org.asmatron.messengine.action with type parameters of type ActionObject | ||
|---|---|---|
static
|
ActionId.cm(java.lang.String id)
|
|
| Uses of ActionObject in org.asmatron.messengine.engines |
|---|
| Methods in org.asmatron.messengine.engines with type parameters of type ActionObject | ||
|---|---|---|
|
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.send(ActionId<T> type,
T arg)
|
|
| Uses of ActionObject in org.asmatron.messengine.engines.components |
|---|
| Classes in org.asmatron.messengine.engines.components with type parameters of type ActionObject | |
|---|---|
class |
ActionProcessor<T extends ActionObject>
|
| Subclasses of ActionObject in org.asmatron.messengine.engines.components | |
|---|---|
class |
SetModelAction<T>
|
| Methods in org.asmatron.messengine.engines.components with type parameters of type ActionObject | ||
|---|---|---|
|
DefaultActionRunnerFactory.createRunner(ActionProcessor<T> commandProcessor,
Action<T> command)
|
|
|
ActionRunnerFactory.createRunner(ActionProcessor<T> commandProcessor,
Action<T> command)
|
|
| Uses of ActionObject in org.asmatron.messengine.engines.support |
|---|
| Methods in org.asmatron.messengine.engines.support with parameters of type ActionObject | |
|---|---|
void |
ActionMethodHandler.handle(ActionObject arg)
|
| Uses of ActionObject in org.asmatron.messengine.testing.support |
|---|
| Methods in org.asmatron.messengine.testing.support with type parameters of type ActionObject | ||
|---|---|---|
|
TestActionRunnerFactory.createRunner(ActionProcessor<T> commandProcessor,
Action<T> command)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||