public interface TransactionEvent extends Event
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransactionEvent.Operation
The kind of specific operation of this transaction event
|
| Modifier and Type | Method and Description |
|---|---|
TransactionEvent.Operation |
getOperation()
Get the type of TransactionEvent, BEGIN or END
|
TransactionEvent.Operation getOperation()