Interface ChainCommand<T>

    • Method Detail

      • executeCommandAsChain

        CommandTransition executeCommandAsChain​(T parameterObject)
        Parameters:
        parameterObject - The parameter object to pass.
        Returns:
        SUCCESS is the next chain should overtake, ABORT otherwise.