Class OrchExecutorImpl<InputType>

java.lang.Object
org.chenile.owiz.impl.OrchExecutorImpl<InputType>
Type Parameters:
InputType -
All Implemented Interfaces:
OrchExecutor<InputType>

public class OrchExecutorImpl<InputType> extends Object implements 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