Interface SearchEntry.OnSearchStarted

Enclosing class:
SearchEntry
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SearchEntry.OnSearchStarted
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the user initiated a search on the entry.
  • Method Details

    • onSearchStarted

      void onSearchStarted()
      Emitted when the user initiated a search on the entry.