org.ka2ddo.yaac.io
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.


Method Summary
 void failureGuiCreated(PortFailureReporterIfc failureGui)
          Specify the lazily-created failure reporting GUI object for the reported failure.
 void failureGuiDismissed()
          The GUI object has been dismissed by the user and should not be used any more by the requesting I/O code.
 

Method Detail

failureGuiCreated

void failureGuiCreated(PortFailureReporterIfc failureGui)
Specify the lazily-created failure reporting GUI object for the reported failure.

Parameters:
failureGui - PortFailureReporterIfc object for the GUI
See Also:
GuiIfc.showIOFailureDialog(PortConfig, String, PortFailureReportListener)

failureGuiDismissed

void failureGuiDismissed()
The GUI object has been dismissed by the user and should not be used any more by the requesting I/O code.