Back to project page hubblog.
The source code is released under:
MIT License
If you think the Android project hubblog 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 com.donskifarrell.Hubblog.Interfaces; //from w ww . j av a 2s . c om import com.donskifarrell.Hubblog.Providers.Data.Article; /** * Created with IntelliJ IDEA. * User: donski * Date: 19/11/13 * Time: 20:10 */ public interface OnSidebarListItemSelected { public void showArticle(Article article); }