public interface EventInterceptor
-
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(com.corundumstudio.socketio.transport.NamespaceClient client, String eventName, List<Object> args, AckRequest ackRequest)
-
Method Details
-
onEvent
void onEvent(com.corundumstudio.socketio.transport.NamespaceClient client, String eventName, List<Object> args, AckRequest ackRequest)
-