org.asmatron.messengine.engines.components
Interface ActionRunnerFactory

All Known Implementing Classes:
DefaultActionRunnerFactory, TestActionRunnerFactory

public interface ActionRunnerFactory


Method Summary
<T extends ActionObject>
ActionRunnable
createRunner(ActionProcessor<T> commandProcessor, Action<T> command)
           
 

Method Detail

createRunner

<T extends ActionObject> ActionRunnable createRunner(ActionProcessor<T> commandProcessor,
                                                     Action<T> command)


Copyright © 2011. All Rights Reserved.