android.database.DataSetObservable
A specialization of Observable for DataSetObserver that provides methods for
invoking the various callback methods of DataSetObserver.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
DataSetObservable()
Public Methods
public
void
notifyChanged()
Invokes onChanged on each observer. Called when the data set being observed has
changed, and which when read contains the new state of the data.
public
void
notifyInvalidated()
Invokes onInvalidated on each observer. Called when the data set being monitored
has changed such that it is no longer valid.