Interface PortFailureReporterIfc

All Known Implementing Classes:
IOErrorDialog

public interface PortFailureReporterIfc
This interface declares the control methods of an abstract GUI object used by the I/O system to report an unsolicited port failure. The GUI object is required to manage shifting control to GUI threads as needed and to not block the I/O threads.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close and dispose of the UI object for displaying the failure (generally because the failure has been resolved).
    void
    setMessage(Object message)
    Set the text message to be displayed in the error reporting object.
  • Method Details

    • setMessage

      void setMessage(Object message)
      Set the text message to be displayed in the error reporting object.
      Parameters:
      message - String text to be displayed
    • dispose

      void dispose()
      Close and dispose of the UI object for displaying the failure (generally because the failure has been resolved).