public interface TransactionListener
Modifier and Type | Method and Description |
---|---|
void |
transactionAdded(AbstractTxn t)
Called after a transaction has been added to
the transaction set.
|
void |
transactionModified(AbstractTxn t)
Called after a transaction has been modified.
|
void |
transactionRemoved(AbstractTxn t)
Called after a transaction has been removed from
the transaction set.
|
void transactionRemoved(AbstractTxn t)
void transactionAdded(AbstractTxn t)
void transactionModified(AbstractTxn t)