protected static class AbstractCursor.SelfContentObserver extends ContentObserver
Constructor and Description |
---|
AbstractCursor.SelfContentObserver(AbstractCursor cursor) |
Modifier and Type | Method and Description |
---|---|
boolean |
deliverSelfNotifications()
Returns true if this observer is interested receiving self-change notifications.
|
void |
onChange(boolean selfChange)
This method is called when a content change occurs.
|
dispatchChange, dispatchChange, getContentObserver, onChange, releaseContentObserver
public AbstractCursor.SelfContentObserver(AbstractCursor cursor)
public boolean deliverSelfNotifications()
ContentObserver
deliverSelfNotifications
in class ContentObserver
public void onChange(boolean selfChange)
ContentObserver
Subclasses should override this method to handle content changes.
onChange
in class ContentObserver
selfChange
- True if this is a self-change notification.