@FunctionalInterface static interface SearchAction.SearchReceiver
Modifier and Type | Method and Description |
---|---|
void |
receiveSearchResult(DataSet ds,
java.util.Collection<OsmPrimitive> result,
int foundMatches,
SearchSetting setting,
java.awt.Component parent)
Receive the search result
|
void receiveSearchResult(DataSet ds, java.util.Collection<OsmPrimitive> 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