T - public interface TransactionCallBack<T>
| Modifier and Type | Method and Description |
|---|---|
void |
performOn(T param)
Is performed after the action has been completed
|
void performOn(T param) throws TransactionFailure
param - TransactionFailureCopyright © 2019. All rights reserved.