English | Site Directory

Android - An Open Handset Alliance Project

android.widget
protected class

android.widget.AdapterView.MyDataSetObserver

java.lang.Object
android.database.DataSetObserver
android.widget.AdapterView.MyDataSetObserver

Summary

Protected Constructors

          AdapterView.MyDataSetObserver()

Public Methods

        void  onChanged()
This method is called when the entire data set has changed, most likely through a call to requery() on a Cursor.
        void  onInvalidated()
This method is called when the entire data becomes invalid, most likely through a call to deactivate() or close() on a Cursor.
Methods inherited from class android.database.DataSetObserver
Methods inherited from class java.lang.Object

Details

Protected Constructors

protected AdapterView.MyDataSetObserver()

Public Methods

public void onChanged()

This method is called when the entire data set has changed, most likely through a call to requery() on a Cursor.

public void onInvalidated()

This method is called when the entire data becomes invalid, most likely through a call to deactivate() or close() on a Cursor.
Build m5-rc15i - 10 Jun 2008 13:54