org.asmatron.messengine.testing.support
Class TestActionRunnerFactory

java.lang.Object
  extended by org.asmatron.messengine.testing.support.TestActionRunnerFactory
All Implemented Interfaces:
ActionRunnerFactory

public class TestActionRunnerFactory
extends java.lang.Object
implements ActionRunnerFactory


Constructor Summary
TestActionRunnerFactory()
           
 
Method Summary
<T extends ActionObject>
ActionRunnable
createRunner(ActionProcessor<T> commandProcessor, Action<T> command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestActionRunnerFactory

public TestActionRunnerFactory()
Method Detail

createRunner

public <T extends ActionObject> ActionRunnable createRunner(ActionProcessor<T> commandProcessor,
                                                            Action<T> command)
Specified by:
createRunner in interface ActionRunnerFactory


Copyright © 2011. All Rights Reserved.