Back to project page socket.io-client.java.
The source code is released under:
MIT License
If you think the Android project socket.io-client.java listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.unvilsa.socket; import org.json.JSONObject; public interface Callback { void OnFinished(JSONObject data); void OnError(Object... args); }