站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

CompletionItemsAsync (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.brms.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-2007 JBoss Inc.. All Rights Reserved.