21module
com { module sun { module star { module sdb {
23interface XRowSetChangeListener;
broadcasts changes in the RowSet supplied by a component
Definition XRowSetChangeBroadcaster.idl:33
void addRowSetChangeListener([in] XRowSetChangeListener iListener)
adds a listener to be notified when the RowSet supplied by the component changes.
void removeRowSetChangeListener([in] XRowSetChangeListener iListener)
removes a previously added listener.
is implemented by components which want to be notified when the RowSet supplied by a XRowSetSupplier ...
Definition XRowSetChangeListener.idl:32
Definition Ambiguous.idl:20