public final class

Loader.ForceLoadContentObserver

extends ContentObserver

 java.lang.Object

↳ContentObserver

↳androidx.loader.content.Loader.ForceLoadContentObserver

Overview

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.

Summary

Constructors
publicForceLoadContentObserver()

Methods
public booleandeliverSelfNotifications()

public voidonChange(boolean selfChange)

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public ForceLoadContentObserver()

Methods

public boolean deliverSelfNotifications()

public void onChange(boolean selfChange)