Class RemoteLoggingTab.LoggingResponseHandler

    • Constructor Detail

      • LoggingResponseHandler

        public LoggingResponseHandler​(RemoteLoggingTab tab)
        Initializes the handler.
        Parameters:
        tab - the tab this handler belongs to
    • Method Detail

      • 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