org.drools.guvnor.client.rpc
Interface SuggestionCompletionEngineServiceAsync


public interface SuggestionCompletionEngineServiceAsync


Method Summary
 void loadSuggestionCompletionEngine(String packageName, com.google.gwt.user.client.rpc.AsyncCallback<SuggestionCompletionEngine> async)
          Loads up the SuggestionCompletionEngine for the given package.
 

Method Detail

loadSuggestionCompletionEngine

void loadSuggestionCompletionEngine(String packageName,
                                    com.google.gwt.user.client.rpc.AsyncCallback<SuggestionCompletionEngine> async)
Loads up the SuggestionCompletionEngine for the given package. As this doesn't change that often, its safe to cache. However, if a change is made to a package, should blow away the cache.



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.