public interface ServerConnectionEventListener
Modifier and Type | Method and Description |
---|---|
void |
connectionClosed(java.io.IOException e)
Invoked when an IOException occurred while listening for incoming ASDUs.
|
void |
newASdu()
Invoked when a new ASDU arrives.
|
void newASdu()
void connectionClosed(java.io.IOException e)
e
- the exception that occurred.