Interface Command<T>

    • Method Detail

      • executeCommand

        CommandTransition executeCommand​(T parameterObject)
        Executes the command. The command can have the result SUCCESS if everything is fine or FAILURE if an error occurred.
        Parameters:
        parameterObject - The parameter object to pass.
        Returns:
        FAILURE if something went wrong, SUCCESS otherwise.