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


Method Summary
 void dispose()
           
 void setMessage(java.lang.Object message)
           
 

Method Detail

setMessage

void setMessage(java.lang.Object message)

dispose

void dispose()