Package com.gnizr.core.bookmark

Examples of com.gnizr.core.bookmark.FolderTagListener


    forUserManager = new ForUserManager(getGnizrDao());
    folderManager = new FolderManager(getGnizrDao());
   
    bookmarkManager = new BookmarkManager(getGnizrDao());
    bookmarkManager.addBookmarkListener(new ForUserListener(userManager,forUserManager));
    bookmarkManager.addBookmarkListener(new FolderTagListener(folderManager));
    feedManager = new FeedSubscriptionManager(getGnizrDao());
    crawlRssFeed = new CrawlRssFeed();
    crawlRssFeed.setServiceEnabled(true);
    crawlRssFeed.setBookmarkManager(bookmarkManager);
    crawlRssFeed.setFeedSubscriptionManager(feedManager);
View Full Code Here

TOP

Related Classes of com.gnizr.core.bookmark.FolderTagListener

Copyright © 2018 www.massapicom. 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.