java.lang.Object | ||
↳ | android.database.ContentObserver | |
↳ | android.content.Loader.ForceLoadContentObserver |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if this observer is interested in notifications for changes
made through the cursor the observer is registered with.
| |||||||||||
This method is called when a change occurs to the cursor that
is being observed.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.database.ContentObserver
| |||||||||||
From class
java.lang.Object
|
Returns true if this observer is interested in notifications for changes made through the cursor the observer is registered with.
This method is called when a change occurs to the cursor that is being observed.
selfChange | true if the update was caused by a call to commit on the
cursor that is being observed.
|
---|