public interface ClientConnectionEventListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
connectionClosed(java.io.IOException e)
Invoked when an IOException occurred while listening for incoming messages.
|
void |
onEventReceived(EventNotification event)
Invoked when the remote station has sent an event.
|
void onEventReceived(EventNotification event)
event
- Data of the eventvoid connectionClosed(java.io.IOException e)
e
- the exception that occurred.