20 #ifndef __com_sun_star_sdb_XRowSetChangeListener_idl__
21 #define __com_sun_star_sdb_XRowSetChangeListener_idl__
26 module
com { module sun { module star { module sdb {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
is implemented by components which want to be notified when the RowSet supplied by a XRowSetSupplier ...
Definition: XRowSetChangeListener.idl:37
void onRowSetChanged([in] ::com::sun::star::lang::EventObject iEvent)
notifies the listener that the RowSet associated with a XRowSetSupplier has changed.
Definition: Ambiguous.idl:22
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32