Package org.jmule.core.searchmanager

Examples of org.jmule.core.searchmanager.SearchResultListener


  public SearchTab(Composite parent, JMuleCore core) {
    super(parent);
    this.search_tab = this;
    GridLayout layout;
    _core = core;
    listener = new SearchResultListener() {
      public void resultArrived(final SearchResult searchResult) {
        SWTThread.getDisplay().asyncExec(new JMRunnable() {
          public void JMRun() {
            SearchResultTab tab = getSearchResultTab(searchResult.getSearchQuery());
           
View Full Code Here

TOP

Related Classes of org.jmule.core.searchmanager.SearchResultListener

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.