public interface DataListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onData(SocketIOClient client,
T data,
AckRequest ackSender)
Invokes when data object received from client
|
void onData(SocketIOClient client, T data, AckRequest ackSender) throws Exception
client - - receiverdata - - received objectExceptionCopyright © 2012–2016. All rights reserved.