|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OsmSearcherProgressListener
This interface defines a means by which a user of OsmSearcher can be informed of the progress of a search, and optionally pre-maturely abort a search.
OsmSearcher
Method Summary | |
---|---|
boolean |
addedNewSearchItem(int index,
java.util.List<GTNWrapper> matchList)
Report that another search item has been inserted into the sorted search results list. |
boolean |
changedSearchTile(java.lang.String searchTile)
Report that the OsmSearcher has advanced to another tile. |
Method Detail |
---|
boolean addedNewSearchItem(int index, java.util.List<GTNWrapper> matchList)
index
- zero-based index where the new match has been inserted.matchList
- the List containing the distance-sorted collection of matches
OsmSearcher.search(java.lang.String, double, double, double, java.util.List, org.ka2ddo.yaac.osm.OsmSearcherProgressListener)
boolean changedSearchTile(java.lang.String searchTile)
searchTile
- String name of tile now being searched
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |