LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 {
is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events posted by,...
Definition: XRowSetListener.idl:31
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
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.
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32
Definition: Ambiguous.idl:22
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.