Class DoNothing<InputType>

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

public class DoNothing<InputType> extends Object implements Command<InputType>
This command does nothing. Useful for setting up chains that have "cul-de-sacs".