Package org.chenile.owiz.impl
Class OrchExecutorImpl<InputType>
java.lang.Object
org.chenile.owiz.impl.OrchExecutorImpl<InputType>
- Type Parameters:
InputType
-
- All Implemented Interfaces:
OrchExecutor<InputType>
This command triggers the chain of responsibility by storing and executing the first
command in the chain. That command will trigger other commands
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
orchConfigurator
-
-
Constructor Details
-
OrchExecutorImpl
public OrchExecutorImpl()
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceOrchExecutor<InputType>
- Throws:
Exception
-
execute
- Specified by:
execute
in interfaceOrchExecutor<InputType>
- Throws:
Exception
-
doExecute
- Throws:
Exception
-
setOrchConfigurator
-