Package xnap.plugin.gift.net

Examples of xnap.plugin.gift.net.Search


     * @see xnap.plugin.INetworkPlugin#search(xnap.util.SearchFilter, int)
     */
    public ISearch[] search(SearchFilter filter, int priority) {
        Debug.log("gift: search");

        Search search = new Search(filter, priority, prefs.getMaxSearchResults());
    Engine.getInstance().addEventListener(search);
        return new ISearch[] { search };
    }
View Full Code Here

TOP

Related Classes of xnap.plugin.gift.net.Search

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.