Interface EntryCompletion.OnNoMatches

Enclosing class:
EntryCompletion
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 EntryCompletion.OnNoMatches
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the filter model has zero
    number of rows in completion_complete method.
  • Method Details

    • onNoMatches

      void onNoMatches()
      Emitted when the filter model has zero
      number of rows in completion_complete method.

      In other words when `GtkEntryCompletion` is out of suggestions.