public interface TxnTagListener
| Modifier and Type | Method and Description |
|---|---|
void |
tagAdded(TxnTag t)
Called after a TxnTag has been added to
the tag set.
|
void |
tagModified(TxnTag t)
Called after a TxnTag has been modified.
|
void |
tagRemoved(TxnTag t)
Called after a TxnTag has been removed from
the tag set.
|