public interface TransactionStateListener
extends java.util.EventListener
A RowSet or RowSetIterator will notify its listeners
 whenever: 
| Modifier and Type | Method and Description | 
|---|---|
| void | doneCommit(TransactionStateEvent event) | 
| void | doneRollback(TransactionStateEvent event) | 
void doneCommit(TransactionStateEvent event)
event - a description of the event.void doneRollback(TransactionStateEvent event)
event - a description of the event.