org.drools.guvnor.client.common
Interface CompletionItemsAsync


public interface CompletionItemsAsync


Method Summary
 void getCompletionItems(String match, CompletionItemsAsyncReturn asyncReturn)
          Makes a call to find all completion items matching.
 

Method Detail

getCompletionItems

void getCompletionItems(String match,
                        CompletionItemsAsyncReturn asyncReturn)
Makes a call to find all completion items matching.

Parameters:
match - The user-entered text all completion items have to match
asyncReturn - The object invoked when the async call returns correctly


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