public interface IConnectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection()
This function is automatically invoked when connection is closed by remote end.
|
void |
onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received , in SCU side scenario
|
void closeConnection()
void onException(DicomException ex, EnumErrorCode ErrorCode)
ex - - the exception objectErrorCode - - the reason of the DicomException