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