Back to project page EasyCall.
The source code is released under:
Apache License
If you think the Android project EasyCall 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 cai.bowen.easycall; /* ww w .ja v a 2 s .c om*/ public interface IConfigurable { public int getCurrentBgIndex(); public void switchToNext(int n); public void switchToPrev(int n); public void updateSpinner(); }