@Deprecated public interface TransactionListener
Modifier and Type | Method and Description |
---|---|
void |
onEvent(TransactionEvent transactionEvent)
Deprecated.
The callback for notifying registered listeners of a transaction related event.
|
void onEvent(TransactionEvent transactionEvent)
TransactionListenerRegistry.addListener(javax.transaction.Transaction, TransactionListener, java.util.EnumSet)
to register for transaction related eventstransactionEvent
- indication of what kind of change has occurredCopyright © 2023 JBoss by Red Hat. All rights reserved.