Back to project page BungalowAndroidApp.
The source code is released under:
MIT License
If you think the Android project BungalowAndroidApp 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 se.aleros.bungalow; /* w w w .java 2s . c om*/ import java.util.List; /** * Download complete event handler for RSSFeed * @author alecca * */ public interface RSSDownloadCompleteHandler { public void downloadComplete(RSSFeed feed); }