public interface IDataNotificationReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
notifyData(DataNotificationEvent objDataNotificationEvent)
Notifies that a Message has arrived and event is fired.
|
void |
onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void notifyData(DataNotificationEvent objDataNotificationEvent) throws java.io.IOException
objDataNotificationEvent - instance of DataNotificationEvent.java.io.IOException - Signals that an I/O exception has occurred.void onException(DicomException ex, EnumErrorCode ErrorCode)
objClientSession - - object of Client Session.ex - - the exception objectErrorCode - - the reason of the DicomException