java.lang.Object | |
↳ | android.database.DataSetObserver |
Known Direct Subclasses |
Receives call backs when a data set has been changed, or made invalid. The typically data sets
that are observed are Cursor
s or Adapter
s.
DataSetObserver must be implemented by objects which are added to a DataSetObservable.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is called when the entire data becomes invalid,
most likely through a call to
deactivate() or close() on a
Cursor .
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
This method is called when the entire data becomes invalid,
most likely through a call to deactivate()
or close()
on a
Cursor
.