public static interface Filter.FilterListener
| android.widget.Filter.FilterListener |
| |
监听器用于在完成过滤操作后收到通知。
Public methods |
|
|---|---|
abstract void |
onFilterComplete(int count) 通知过滤操作结束。 |
void onFilterComplete (int count)
Notifies the end of a filtering operation.
| Parameters | |
|---|---|
count |
int: the number of values computed by the filter |