public interface IDataNotificationListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyData(IHL7BatchFile objBatchFile)
Adds Data Notification Listeners to Receive HL7BatchFile.
|
void |
notifyData(Message objIMessage,
EnumErrorCode enumErrorCode)
Adds Data Notification Listeners to Receive Message.
|
void notifyData(IHL7BatchFile objBatchFile)
objBatchFile - HL7BatchFile that is received as Data.void notifyData(Message objIMessage, EnumErrorCode enumErrorCode) throws java.io.IOException
objIMessage - message that is received as Data.enumErrorCode - error code received.java.io.IOException - Signals that an IO Exception has occurred.