public abstract class DataSetObserver extends Object
Constructor and Description |
---|
DataSetObserver() |
Modifier and Type | Method and Description |
---|---|
void |
onChanged()
This method is called when the entire data set has changed,
most likely through a call to
Cursor.requery() on a Cursor . |
void |
onInvalidated()
This method is called when the entire data becomes invalid,
most likely through a call to
Cursor.deactivate() or Cursor.close() on a
Cursor . |
public void onChanged()
Cursor.requery()
on a Cursor
.public void onInvalidated()
Cursor.deactivate()
or Cursor.close()
on a
Cursor
.