javax.sql
Interface RowSetListener
- All Superinterfaces:
- EventListener
public interface RowSetListener
- extends EventListener
An interface used to send notification of events occurring in a RowSet. To
receive the notification events, an object must implement the RowSetListener
interface and then register itself with the RowSet of interest using the
RowSet.addRowSetListener method.
cursorMoved
void cursorMoved(RowSetEvent rowsetevent)
rowChanged
void rowChanged(RowSetEvent rowsetevent)
rowSetChanged
void rowSetChanged(RowSetEvent rowsetevent)
Please submit a feedback, bug or feature