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

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