public final class Loader.ForceLoadContentObserver extends ContentObserver
CursorLoader
to take care of executing
an update when the cursor's backing data changes.Constructor and Description |
---|
Loader.ForceLoadContentObserver() |
Modifier and Type | Method and Description |
---|---|
boolean |
deliverSelfNotifications()
Returns true if this observer is interested receiving self-change notifications.
|
void |
onChange(boolean selfChange)
This method is called when a content change occurs.
|
dispatchChange, dispatchChange, getContentObserver, onChange, releaseContentObserver
public boolean deliverSelfNotifications()
ContentObserver
deliverSelfNotifications
in class ContentObserver
public void onChange(boolean selfChange)
ContentObserver
Subclasses should override this method to handle content changes.
onChange
in class ContentObserver
selfChange
- True if this is a self-change notification.