Package globus.glsearch
Interface GLSearch.ResultsCallback
- Enclosing class:
- GLSearch
public static interface GLSearch.ResultsCallback
Callback that provides information for custom objects for search. This information is used to
sort results and accepts the result of a search.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonResults(GLMapVectorObjectList objects) Called when the search is finished.
-
Method Details
-
onResults
Called when the search is finished.- Parameters:
objects- result of search, ornullon failure
-