Guvnor web application Drools 6.0.0-SNAPSHOT

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.


Guvnor web application Drools 6.0.0-SNAPSHOT

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