Back to project page dttv-android.
The source code is released under:
GNU General Public License
If you think the Android project dttv-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 dttv.app.impl; /*w ww .ja v a 2s . co m*/ import android.view.View; /** * for popwindow * @author shihx1 * */ public interface I_PopWindow { public void onItemClick(View v); public void onProgressChanged(int widgetId); }