public abstract void rowChanged (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.

Parameters:
event    a RowSetEvent object that contains the RowSet object that is the source of the event