Methods Summary |
---|
public void | cursorMoved(javax.sql.RowSetEvent theEvent)Notifies the listener that the {@code RowSet}'s cursor in {@code
theEvent.getSource} has moved.
|
public void | rowChanged(javax.sql.RowSetEvent theEvent)Notifies the listener that one of the {@code RowSet}'s rows in {@code
theEvent.getSource} has changed.
|
public void | rowSetChanged(javax.sql.RowSetEvent theEvent)Notifies the listener that the {@code RowSet}'s entire contents in
{@code theEvent.getSource} have been updated (an example is the execution
of a command which retrieves new data from the database).
|