SQLiteTransactionListenerpublic interface SQLiteTransactionListener A listener for transaction events. |
Methods Summary |
---|
public void | onBegin()Called immediately after the transaction begins.
| public void | onCommit()Called immediately before commiting the transaction.
| public void | onRollback()Called if the transaction is about to be rolled back.
|
|