public interface ChannelListener
Modifier and Type | Interface and Description |
---|---|
static interface |
ChannelListener.ChannelListenerFactory |
Modifier and Type | Method and Description |
---|---|
void |
disconnected() |
void |
exceptionOccurred(Throwable t) |
void |
onConnection() |
void |
receivedMessage(Object msg) |
void receivedMessage(Object msg) throws CommunicationException
CommunicationException
void exceptionOccurred(Throwable t)
void disconnected()
void onConnection() throws CommunicationException
CommunicationException
Copyright © 2019. All rights reserved.