Java android.database.sqlite SQLiteTransactionListener fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Implementation

android.database.sqlite.SQLiteTransactionListener has the following implementations.
Click this link to see all its implementation.

Method

voidonBegin()
Called immediately after the transaction begins.
voidonCommit()
Called immediately before commiting the transaction.
voidonRollback()
Called if the transaction is about to be rolled back.