IContentObserverpublic interface IContentObserver implements android.os.IInterface
Methods Summary |
---|
public void | onChange(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.
|
|