Interface Filter.FilterListener

All Known Implementing Classes:
AbsListView, DropDownListView, ExpandableListView, GridView, ListView, MenuPopupWindow.MenuDropDownListView
Enclosing class:
Filter
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 Filter.FilterListener

Listener used to receive a notification upon completion of a filtering operation.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFilterComplete(int count)
    Notifies the end of a filtering operation.
  • Method Details

    • onFilterComplete

      void onFilterComplete(int count)

      Notifies the end of a filtering operation.

      Parameters:
      count - the number of values computed by the filter