20#ifndef __com_sun_star_sdb_XRowSetChangeBroadcaster_idl__
21#define __com_sun_star_sdb_XRowSetChangeBroadcaster_idl__
26module
com { module sun { module star { module sdb {
28interface XRowSetChangeListener;
broadcasts changes in the RowSet supplied by a component
Definition: XRowSetChangeBroadcaster.idl:38
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:37
Definition: Accessible.idl:22