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 objectackSender - - ack requestExceptionCopyright © 2012–2021. All rights reserved.