public abstract static class Transaction.TransactionCallback extends Callback
| Constructor and Description |
|---|
Transaction.TransactionCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAbort()
Called if the transaction is aborted before completion (rolled back).
|
abstract void |
onComplete()
Called when the transaction completes with success.
|
Copyright © 2015. All rights reserved.