Package org.apache.slide.event

Examples of org.apache.slide.event.SearchEvent$Search


     */
    public SearchQueryResult search (SlideToken token, SearchQuery query)
        throws ServiceAccessException, VetoException {

        // Fire event
        if ( SearchEvent.SEARCH.isEnabled() ) EventDispatcher.getInstance().fireVetoableEvent(SearchEvent.SEARCH, new SearchEvent(this, token, namespace, query));

        return query.execute ();
    }
View Full Code Here

TOP

Related Classes of org.apache.slide.event.SearchEvent$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.