@FunctionalInterface static interface SearchAction.SearchReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
receiveSearchResult(OsmData<?,?,?,?> ds,
java.util.Collection<IPrimitive> result,
int foundMatches,
SearchSetting setting,
java.awt.Component parent)
Receive the search result
|
void receiveSearchResult(OsmData<?,?,?,?> ds, java.util.Collection<IPrimitive> result, int foundMatches, SearchSetting setting, java.awt.Component parent)
ds - The data set searched on.result - The result collection, including the initial collection.foundMatches - The number of matches added to the result.setting - The setting used.parent - parent component