Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

Filter.FilterListener

android.widget.Filter.FilterListener
Known Indirect Subclasses

Class Overview

Listener used to receive a notification upon completion of a filtering operation.

Summary

Public Methods
abstract void onFilterComplete (int count)

Notifies the end of a filtering operation.

Public Methods

public abstract void onFilterComplete (int count)

Added in API level 1

Notifies the end of a filtering operation.

Parameters
count the number of values computed by the filter