Package icyllis.modernui.widget
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.
Listener used to receive a notification upon completion of a filtering operation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonFilterComplete(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
-