Class LoggingHandler

    • Constructor Detail

      • LoggingHandler

        public LoggingHandler()
    • 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