:: com :: sun :: star :: sdb ::

unpublished interface XRowSetChangeBroadcaster
Usage Restrictions
not published
Description
broadcasts changes in the RowSet supplied by a component
Since
OOo 3.2
See also
XRowSetSupplier, XRowSetChangeListener

Methods' Summary
addRowSetChangeListener adds a listener to be notified when the RowSet supplied by the component changes.  
removeRowSetChangeListener removes a previously added listener.  
Methods' Details
addRowSetChangeListener
void
addRowSetChangeListener( [in] XRowSetChangeListener  i_Listener );

Description
adds a listener to be notified when the RowSet supplied by the component changes.
removeRowSetChangeListener
void
removeRowSetChangeListener( [in] XRowSetChangeListener  i_Listener );

Description
removes a previously added listener.
Top of Page