Uses of Class
org.asmatron.messengine.engines.components.ActionProcessor

Packages that use ActionProcessor
org.asmatron.messengine.engines   
org.asmatron.messengine.engines.components   
org.asmatron.messengine.testing.support   
 

Uses of ActionProcessor in org.asmatron.messengine.engines
 

Methods in org.asmatron.messengine.engines that return ActionProcessor
<T extends ActionObject>
ActionProcessor<T>
DefaultActionDelegate.get(ActionId<T> command, boolean create)
           
 

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

Methods in org.asmatron.messengine.engines.components with parameters of type ActionProcessor
<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 ActionProcessor in org.asmatron.messengine.testing.support
 

Methods in org.asmatron.messengine.testing.support with parameters of type ActionProcessor
<T extends ActionObject>
ActionRunnable
TestActionRunnerFactory.createRunner(ActionProcessor<T> commandProcessor, Action<T> command)
           
 



Copyright © 2011. All Rights Reserved.