Java android.database DataSetObserver fields, constructors, methods, implement or subclass

Example usage for Java android.database DataSetObserver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.database DataSetObserver.

The text is from its open source code.

Subclass

android.database.DataSetObserver has subclasses.
Click this link to see all its subclasses.

Constructor

Method

inthashCode()
Returns a hash code value for the object.
voidonChanged()
This method is called when the entire data set has changed, most likely through a call to Cursor#requery() on a Cursor .
voidonInvalidated()
This method is called when the entire data becomes invalid, most likely through a call to Cursor#deactivate() or Cursor#close() on a Cursor .