Package 

Interface SearchEventsListener

  • All Implemented Interfaces:
    com.pointrlabs.core.management.PTRListener

    
    public interface SearchEventsListener
     implements PTRListener
                        

    Interface that notifies about search related events

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onSearchInput

         Unit onSearchInput(String searchInput)

        Invoked when the text in the search box is changed

        Parameters:
        searchInput - The new search text