public class LookupEngine extends Object
LookupModel
.
The lookup results are forwarded to a LookupResultHandler
.Modifier and Type | Field and Description |
---|---|
protected int |
dictionaryEntryLimit |
protected LookupResultHandler |
handler |
Constructor and Description |
---|
LookupEngine(LookupResultHandler _handler) |
LookupEngine(LookupResultHandler _handler,
int _dictionaryEntryLimit) |
protected final LookupResultHandler handler
protected final int dictionaryEntryLimit
public LookupEngine(LookupResultHandler _handler)
public LookupEngine(LookupResultHandler _handler, int _dictionaryEntryLimit)
public LookupResultHandler getHandler()
public void doLookup(LookupModel model) throws InterruptedException
InterruptedException
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.