public interface SQLiteTransactionListener
android.database.sqlite.SQLiteTransactionListener |
A listener for transaction events.
Public methods |
|
---|---|
abstract void |
onBegin() Called immediately after the transaction begins. |
abstract void |
onCommit() Called immediately before commiting the transaction. |
abstract void |
onRollback() Called if the transaction is about to be rolled back. |
void onRollback ()
Called if the transaction is about to be rolled back.