Interface DirectionsStartSearch.DirectionsStartSearchListener
- All Known Implementing Classes:
SearchFragment
- Enclosing class:
- DirectionsStartSearch
public static interface DirectionsStartSearch.DirectionsStartSearchListener
Listener to receive events about searches.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when a search completes successfully.void
Called when a search fails to complete.
-
Method Details
-
onSearchComplete
Called when a search completes successfully. -
onSearchError
Called when a search fails to complete.
-