Interface CommandExecutor

    • Method Detail

      • execute

        void execute​(Command command)
        Executes the logic required by the command passed as an argument.
        Parameters:
        command - command to be executed