19 #ifndef __com_sun_star_sdbc_XRowSetListener_idl__
20 #define __com_sun_star_sdbc_XRowSetListener_idl__
24 module
com { module sun { module star { module sdbc {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events posted by,...
Definition: XRowSetListener.idl:31
void rowSetChanged([in]com::sun::star::lang::EventObject event)
is called when the row set has changed, or in other words, when the row set has been reexecuted.
void cursorMoved([in]com::sun::star::lang::EventObject event)
is called when a row set's cursor is moved.
void rowChanged([in]com::sun::star::lang::EventObject event)
is called when a row is inserted, updated, or deleted.
Definition: Ambiguous.idl:22
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32