|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionListener
An interface for objects that want to be notified when transactions in the TransactionSet are added, removed, or modified.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void transactionRemoved(AbstractTxn t)
void transactionAdded(AbstractTxn t)
void transactionModified(AbstractTxn t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |