Interface RemoteCommandHandler

    • Method Detail

      • setOwner

        void setOwner​(RemoteScriptingEngine value)
        Sets the owning scripting engine.
        Parameters:
        value - the owner
      • getOwner

        RemoteScriptingEngine getOwner()
        Returns the owning scripting engine.
        Returns:
        the owner, null if none set
      • handle

        String handle​(RemoteCommand cmd,
                      RemoteCommandProcessor processor)
        Handles the command.
        Parameters:
        cmd - the command to handle
        processor - the processor for formatting/parsing
        Returns:
        null if successful, otherwise error message