No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | android.database.DataSetObserver |
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is called when the entire data becomes invalid, most likely through a call to deactivate()
or close()
on a Cursor
.