21module
com { module sun { module star { module sdb {
23interface XRowsChangeListener;
broadcasts changes in the RowSet supplied by a component
Definition XRowsChangeBroadcaster.idl:33
void removeRowsChangeListener([in] XRowsChangeListener listener)
removes a previously added listener.
void addRowsChangeListener([in] XRowsChangeListener listener)
adds a listener to be notified when the RowSet supplied by the component changes.
is used for receiving "rowsChanged" events posted by, for example, a row set.
Definition XRowsChangeListener.idl:27
Definition Ambiguous.idl:20