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

Packages that use ActionObject
org.asmatron.messengine   
org.asmatron.messengine.action   
org.asmatron.messengine.engines   
org.asmatron.messengine.engines.components   
org.asmatron.messengine.engines.support   
org.asmatron.messengine.testing.support   
 

Uses of ActionObject in org.asmatron.messengine
 

Methods in org.asmatron.messengine with type parameters of type ActionObject
<T extends ActionObject>
void
ControlEngine.addActionHandler(ActionId<T> actionId, ActionHandler<T> actionHandler)
           
<T extends ActionObject>
void
ControlEngine.removeActionHandler(ActionId<T> actionId)
           
<T extends ActionObject>
void
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
<T extends ActionObject>
ActionId<T>
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
<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 extends ActionObject>
void
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
<T extends ActionObject>
ActionRunnable
DefaultActionRunnerFactory.createRunner(ActionProcessor<T> commandProcessor, Action<T> command)
           
<T extends ActionObject>
ActionRunnable
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
<T extends ActionObject>
ActionRunnable
TestActionRunnerFactory.createRunner(ActionProcessor<T> commandProcessor, Action<T> command)
           
 



Copyright © 2011. All Rights Reserved.