Java android.database ContentObserver fields, constructors, methods, implement or subclass

Example usage for Java android.database ContentObserver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.database ContentObserver.

The text is from its open source code.

Subclass

android.database.ContentObserver has subclasses.
Click this link to see all its subclasses.

Constructor

ContentObserver(Handler handler)
Creates a content observer.

Method

voidonChange(boolean selfChange)
This method is called when a content change occurs.