FileDocCategorySizeDatePackage
IContentObserver.javaAPI DocAndroid 5.1 API3222Sat Mar 14 05:48:00 GMT 2015android.database

IContentObserver

public interface IContentObserver implements android.os.IInterface
hide

Fields Summary
Constructors Summary
Methods Summary
public voidonChange(boolean selfUpdate, android.net.Uri uri, int userId)
This method is called when an update occurs to the cursor that is being observed. selfUpdate is true if the update was caused by a call to commit on the cursor that is being observed.