public class TransactionEvent
extends java.util.EventObject
DBTransaction
 during post and commit transactions.
 Transaction events are generated by the transaction framework, and need
 not be created by applications. Applications can subscribe to these
 events by implementing and registering a transaction event listener with
 DBTransaction or Entity.
 
TransactionHandler, 
TransactionListener, 
TransactionPostListener, 
Serialized Form| Constructor and Description | 
|---|
| TransactionEvent(DBTransaction t)Creates a transaction event. | 
| Modifier and Type | Method and Description | 
|---|---|
| DBTransaction | getDBTransaction()Gets the transaction that initiated the event. | 
public TransactionEvent(DBTransaction t)
t - the transaction that initiated the event.public DBTransaction getDBTransaction()