public static interface Filter.FilterListener
Listener used to receive a notification upon completion of a filtering operation.
Modifier and Type | Method and Description |
---|---|
void |
onFilterComplete(int count)
Notifies the end of a filtering operation.
|