public interface VTransactionListener
| Modifier and Type | Method and Description |
|---|---|
void |
logAfterCommitError(Throwable th) |
void |
onFinish(boolean commitSucceeded,
long elapsedTimeMs)
Notifies the end of the transaction.
|
void |
onStart()
Notifies the start of the transaction.
|
void onStart()
void onFinish(boolean commitSucceeded,
long elapsedTimeMs)
commitSucceeded - if the transaction has been committed successfullyelapsedTimeMs - the elapse time in msvoid logAfterCommitError(Throwable th)
th - the errorCopyright © 2018. All Rights Reserved.