|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.database.ContentObserver
android.support.v4.content.Loader.ForceLoadContentObserver
public final class Loader.ForceLoadContentObserver
An implementation of a ContentObserver that takes care of connecting
it to the Loader to have the loader re-load its data when the observer
is told it has changed. You do not normally need to use this yourself;
it is used for you by CursorLoader
to take care of executing an update when the cursor's backing data changes.
| Constructor Summary | |
|---|---|
Loader.ForceLoadContentObserver()
|
|
| Method Summary | |
|---|---|
boolean |
deliverSelfNotifications()
|
void |
onChange(boolean selfChange)
|
| Methods inherited from class android.database.ContentObserver |
|---|
dispatchChange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Loader.ForceLoadContentObserver()
| Method Detail |
|---|
public boolean deliverSelfNotifications()
deliverSelfNotifications in class android.database.ContentObserverpublic void onChange(boolean selfChange)
onChange in class android.database.ContentObserver
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||