public interface PortFailureReporterIfc
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Close and dispose of the UI object for displaying the failure (generally because the failure
has been resolved).
|
void |
setMessage(java.lang.Object message)
Set the text message to be displayed in the error reporting object.
|
void setMessage(java.lang.Object message)
message - String text to be displayedvoid dispose()