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.model; /* w w w. j a va2 s . co m*/ import gaia.c2.context.C2Context; /** * Created by kmr on 4/13/14. */ public interface ContextDependentModel { public ContextDependentModel using(C2Context ctx); }