Uses of Interface
javax.sql.RowSetListener
| Package | Description |
|---|---|
| javax.sql |
-
Uses of RowSetListener in javax.sql
Methods in javax.sql with parameters of type RowSetListener Modifier and Type Method Description voidRowSet. addRowSetListener(RowSetListener theListener)Registers the suppliedRowSetListenerwith thisRowSet.voidRowSet. removeRowSetListener(RowSetListener theListener)Removes a specifiedRowSetListenerobject from the set of listeners which will be notified of events by thisRowSet.