-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface SearchEventsListener implements PTRListener
Interface that notifies about search related events
-
-
Method Summary
Modifier and Type Method Description Unit
onSearchInput(String searchInput)
Invoked when the text in the search box is changed Unit
onSearchRowEvent(SearchItemViewModel.PoiViewModel poiViewModel)
Invoked when a poi is clicked from the search results list -
-
Method Detail
-
onSearchInput
Unit onSearchInput(String searchInput)
Invoked when the text in the search box is changed
- Parameters:
searchInput
- The new search text
-
onSearchRowEvent
Unit onSearchRowEvent(SearchItemViewModel.PoiViewModel poiViewModel)
Invoked when a poi is clicked from the search results list
- Parameters:
poiViewModel
- a wrapper class object containing useful information about the clicked poi
-
-
-
-