private static class SearchAction.SelectSearchReceiver extends java.lang.Object implements SearchAction.SearchReceiver
Modifier | Constructor and Description |
---|---|
private |
SelectSearchReceiver() |
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
|
private SelectSearchReceiver()
public void receiveSearchResult(DataSet ds, java.util.Collection<OsmPrimitive> result, int foundMatches, SearchSetting setting, java.awt.Component parent)
SearchAction.SearchReceiver
receiveSearchResult
in interface SearchAction.SearchReceiver
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