public interface ModeDListener
Iec21Port.listen(ModeDListener)| Modifier and Type | Method and Description |
|---|---|
void |
exceptionWhileListening(java.lang.Exception e)
Is called if an exception is thrown while listening for incoming mode D data messages.
|
void |
newDataMessage(DataMessage dataMessage)
Is called if a new data message has been received and successfully parsed.
|
void newDataMessage(DataMessage dataMessage)
dataMessage - the data message receivedvoid exceptionWhileListening(java.lang.Exception e)
e - the exception thrown