Interface WebSocketEventConsumer
-
public interface WebSocketEventConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(WebSocketClientEndpoint client, org.json.JSONObject object)
-
-
-
Method Detail
-
parse
void parse(WebSocketClientEndpoint client, org.json.JSONObject object)
-
-