public interface IAssociatePDUReceiver
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
associatePDUReceive(AssociateEvent objAssociateEvent)
Associate PDU receive.
|
void |
onException(DicomException ex,
EnumErrorCode ErrorCode)
Gets automatically invoked when exception occur while processing data received
|
void associatePDUReceive(AssociateEvent objAssociateEvent) throws java.io.IOException
objAssociateEvent - object of Associate Event. This event is fired when
association 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