public interface IServicePDUReceiver
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void |
servicePDUReceive(ServiceEvent objServiceEvent)
Service pdu receive.
|
void servicePDUReceive(ServiceEvent objServiceEvent) throws java.io.IOException
objServiceEvent - object of Service event.
This event is fired when Service PDU is received by PDU Reader.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