Package com.salas.bb.search

Examples of com.salas.bb.search.SearchEngine


        if (NotificationArea.isSupported())
        {
            eventNotifier = new EventsNotifier();
            eventNotifier.setSoundResourceID("sound.new.articles");
        }
        searchEngine = new SearchEngine();
        backManager = new BackgroundProccessManager();

        pinTagger = new PinTagger(this);
        autoSaver = new AutoSaver();
View Full Code Here

TOP

Related Classes of com.salas.bb.search.SearchEngine

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.