Package android.database.sqlite
Interface SQLiteTransactionListener
-
public interface SQLiteTransactionListenerA listener for transaction events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-