public interface LookupResultHandler
LookupEngine
.Modifier and Type | Method and Description |
---|---|
void |
dictionary(Dictionary d) |
void |
dictionaryEntry(DictionaryEntry de) |
void |
endLookup() |
void |
exception(SearchException ex) |
void |
note(String note) |
void |
startLookup(LookupModel model) |
void |
startLookup(String description) |
void startLookup(String description)
void startLookup(LookupModel model)
void dictionary(Dictionary d)
void dictionaryEntry(DictionaryEntry de)
void exception(SearchException ex)
void note(String note)
void endLookup()
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.