to top
Android APIs
Since: API Level 1
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)

Since: API Level 1

Notifies the end of a filtering operation.

Parameters
count the number of values computed by the filter