Methods Summary |
---|
public void | cursorMoved(javax.sql.RowSetEvent event)Notifies registered listeners that a RowSet object's
cursor has moved.
The source of the event can be retrieved with the method
event.getSource .
|
public void | rowChanged(javax.sql.RowSetEvent event)Notifies registered listeners that a RowSet object
has had a change in one of its rows.
The source of the event can be retrieved with the method
event.getSource .
|
public void | rowSetChanged(javax.sql.RowSetEvent event)Notifies registered listeners that a RowSet object
in the given RowSetEvent object has changed its entire contents.
The source of the event can be retrieved with the method
event.getSource .
|