Interface PortFailureReportListener

All Known Implementing Classes:
AprsIsConnector, KissOverTcpConnector, SslAprsIsConnector

public interface PortFailureReportListener
This interface defines a callback so a PortFailureReporterIfc implementer can tell the requestor that the GUI object no longer exists (user disposed of it) and should not be used any more.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Specify the lazily-created failure reporting GUI object for the reported failure.
    void
    The GUI object has been dismissed by the user and should not be used any more by the requesting I/O code.
  • Method Details