| android.widget.Filter.FilterListener |
Listener used to receive a notification upon completion of a filtering operation.
Known Indirect Subclasses| void | onFilterComplete(int count) | ||||
Notifies the end of a filtering operation. |
|||||
Notifies the end of a filtering operation.
| count | the number of values computed by the filter |
|---|