Loader.ForceLoadContentObserver
This package is part of the
Android support library which
is no longer maintained.
The support library has been superseded by AndroidX
which is part of Jetpack .
We recommend using the AndroidX libraries in all new projects. You should also consider
migrating existing projects to AndroidX.
To find the AndroidX class that maps to this deprecated class, see the AndroidX
support library class
mappings .
public
final
class
Loader.ForceLoadContentObserver
extends ContentObserver
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
Inherited methods
From
class
android.database.ContentObserver
boolean
deliverSelfNotifications()
final
void
dispatchChange(boolean arg0)
final
void
dispatchChange(boolean arg0, Uri arg1)
void
onChange(boolean arg0)
void
onChange(boolean arg0, Uri arg1)
From
class
java.lang.Object
Object
clone()
boolean
equals(Object arg0)
void
finalize()
final
Class<?>
getClass()
int
hashCode()
final
void
notify()
final
void
notifyAll()
String
toString()
final
void
wait(long arg0, int arg1)
final
void
wait(long arg0)
final
void
wait()
Public constructors
Loader.ForceLoadContentObserver
Loader.ForceLoadContentObserver ()
Public methods
deliverSelfNotifications
boolean deliverSelfNotifications ()
onChange
void onChange (boolean selfChange)
Parameters
selfChange
boolean