Back to project page singly-android.
The source code is released under:
MIT License
If you think the Android project singly-android 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.singly.android.client; /*from w w w . j a v a 2 s.c om*/ public class AsyncApiResponseHandler { public void onSuccess(String response) { } public void onFailure(Throwable error, String message) { } }