|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module sdbc {
is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events posted by,...
Definition: XRowSetListener.idl:27
base interface for all event listeners interfaces.
Definition: XEventListener.idl:27
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:28
Definition: Ambiguous.idl:20
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.