# Print output for @column tags ?>
public
static
interface
Filter.FilterListener
android.widget.Filter.FilterListener |
Listener used to receive a notification upon completion of a filtering operation.
Public methods | |
---|---|
abstract
void
|
onFilterComplete(int count)
Notifies the end of a filtering operation. |
public abstract void onFilterComplete (int count)
Notifies the end of a filtering operation.
Parameters | |
---|---|
count |
int : the number of values computed by the filter |