Interface SearchEntry.OnSearchChanged

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

    Modifier and Type
    Method
    Description
    void
    Emitted with a delay.
  • Method Details

    • onSearchChanged

      void onSearchChanged()
      Emitted with a delay. The length of the delay can be
      changed with the [property@Gtk.SearchEntry:search-delay]
      property.