Interface CommandAccessor.CommandMutator<CTX,R,E extends Exception>

    • Method Detail

      • setCommand

        void setCommand​(Command<CTX,R,E> aCommand)
        Sets the command for the command property.
        Parameters:
        aCommand - The command to be stored by the command property.