Interface SearchEntry.OnStopSearch

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.OnStopSearch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the user stops a search via keyboard input.
  • Method Details

    • onStopSearch

      void onStopSearch()
      Emitted when the user stops a search via keyboard input.

      This is a [keybinding signal](class.SignalAction.html).

      Applications should connect to it, to implement hiding
      the search entry in this case.

      The default bindings for this signal is Escape.