Class AdvancedTab.InspectionResponseHandler

    • Constructor Detail

      • InspectionResponseHandler

        public InspectionResponseHandler()
    • Method Detail

      • setInspectionPanel

        public void setInspectionPanel​(InspectionPanel value)
        Sets the panel to use.
        Parameters:
        value - the panel
      • getInspectionPanel

        public InspectionPanel getInspectionPanel()
        Returns the panel in use.
        Returns:
        the panel, null if none set
      • 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