Examples of selectArticle()


Examples of com.salas.bb.core.GlobalController.selectArticle()

                IFeed feed = (IFeed)obj;
                selectFeed(feed);
            } else if (obj instanceof IArticle)
            {
                IArticle article = (IArticle)obj;
                controller.selectArticle(article);
            }
        }

        /**
         * Selects feed and the best guide.
View Full Code Here

Examples of com.salas.bb.core.GlobalController.selectArticle()

            HotResultItem item = (HotResultItem)o;
            String link = item.getHotlink();
            IArticle article = item.getArticle();

            GlobalController controller = GlobalController.SINGLETON;
            controller.selectArticle(article, link);
        }
    }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.