Class SimpleLogPanelResponseHandler

    • Constructor Detail

      • SimpleLogPanelResponseHandler

        public SimpleLogPanelResponseHandler()
    • Method Detail

      • setLog

        public void setLog​(SimpleLogPanel value)
        Sets the log to use.
        Parameters:
        value - the log
      • getLog

        public SimpleLogPanel getLog()
        Returns the log in use.
        Returns:
        the log
      • displayErrorMessage

        protected void displayErrorMessage​(RemoteCommandWithErrorMessage cmd)
        Displays the error message.
        Parameters:
        cmd - the command
      • responseSuccessful

        public void responseSuccessful​(RemoteCommand cmd)
        Handles successful responses.
        Parameters:
        cmd - the command with the response
      • responseFailed

        public void responseFailed​(RemoteCommand cmd,
                                   String msg)
        Handles failed responses.
        Parameters:
        cmd - the command with the response
        msg - message, can be null