Back to project page C2Framework.
The source code is released under:
Apache License
If you think the Android project C2Framework 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 gaia.c2.receivers; /* w w w.ja va 2 s. c om*/ import android.os.Bundle; /** * Created by kmr on 4/7/14. */ public interface ContextEventReceiver { public void onSuccess(Bundle message); public void onFail(Bundle message, Exception ex); }