public interface PortFailureReportListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
void failureGuiCreated(PortFailureReporterIfc failureGui)
failureGui - PortFailureReporterIfc object for the GUIGuiIfc.showIOFailureDialog(PortConfig, String, PortFailureReportListener)void failureGuiDismissed()