public interface SQLiteTransactionListener
Modifier and Type | Method and Description |
---|---|
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.
|