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.content; import android.os.Bundle; /** * Created by kmr on 4/7/14. */ public interface QueryHandler { public void handle(String method, Bundle parameters) throws Exception; }