Android 中文 SDK (48) —— Filter.FilterListener

前言android

  本章內容是 android.widget.Filter.FilterListener,版本爲Android 2.2 r1,翻譯來自"henly.zhang",再次感謝"henly.zhang" !期待你一塊兒參與 Android中文API 的翻譯,聯繫我over140@gmail.com。
 ide

 

聲明spa

  歡迎轉載,但請保留文章原始出處:)
 翻譯

    農民伯伯:http://over140.blog.51cto.com/code

    Android中文翻譯組:http://code.taobao.org/project/view/404/
 blog

 

正文get

  1、結構it

    public static interface Filter.FilterListenerclass

 
 

直接子類List

             AbsListView, AutoCompleteTextView, ExpandableListView, GridView, ListView, MultiAutoCompleteTextView

 

  2、概述

    監聽器用於接收過濾操做完成以後發出的通知。

 

  3、公共方法
 

 

  public abstract void onFilterComplete (int count)

  過濾操做結束的通知

        參數

            count        被過濾數據的數量

 

  4、參見文章

    Android 中文 SDK (47) —— Filter

相關文章
相關標籤/搜索