Example usage for android.database.sqlite SQLiteTransactionListener interface-usage

List of usage examples for android.database.sqlite SQLiteTransactionListener interface-usage

Introduction

In this page you can find the example usage for android.database.sqlite SQLiteTransactionListener interface-usage.

Usage

From source file com.manning.androidhacks.hack043.provider.SQLiteContentProvider.java

public abstract class SQLiteContentProvider extends ContentProvider implements SQLiteTransactionListener {

    private SQLiteOpenHelper mOpenHelper;
    private volatile boolean mNotifyChange;
    protected SQLiteDatabase mDb;