android.support.v4.content
Class Loader.ForceLoadContentObserver

java.lang.Object
  extended by android.database.ContentObserver
      extended by android.support.v4.content.Loader.ForceLoadContentObserver
Enclosing class:
Loader<D>

public final class Loader.ForceLoadContentObserver
extends android.database.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.


Constructor Summary
Loader.ForceLoadContentObserver()
           
 
Method Summary
 boolean deliverSelfNotifications()
           
 void onChange(boolean selfChange)
           
 
Methods inherited from class android.database.ContentObserver
dispatchChange, dispatchChange, onChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loader.ForceLoadContentObserver

public Loader.ForceLoadContentObserver()
Method Detail

deliverSelfNotifications

public boolean deliverSelfNotifications()
Overrides:
deliverSelfNotifications in class android.database.ContentObserver

onChange

public void onChange(boolean selfChange)
Overrides:
onChange in class android.database.ContentObserver


Copyright © 2013 Marek Kedzierski. All Rights Reserved.