Example usage for Java android.database.sqlite SQLiteTransactionListener fields, constructors, methods, implement or subclass
The text is from its open source code.
void | onBegin() Called immediately after the transaction begins. |
void | onCommit() Called immediately before commiting the transaction. |
void | onRollback() Called if the transaction is about to be rolled back. |