Interface SearchAction.SearchReceiver

    • Method Detail

      • receiveSearchResult

        void receiveSearchResult​(OsmData<?,​?,​?,​?> ds,
                                 Collection<IPrimitive> result,
                                 int foundMatches,
                                 SearchSetting setting,
                                 Component parent)
        Receive the search result
        Parameters:
        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