LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_sdb_XRowSetApproveListener_idl__
20 #define __com_sun_star_sdb_XRowSetApproveListener_idl__
26 module
com { module sun { module star { module sdb {
boolean approveRowChange([in]RowChangeEvent event)
is called before a row is inserted, updated, or deleted.
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
specifies the base for all event objects and identifies the source of the event.
Definition: EventObject.idl:32
is used for approving the moving and changing of row set actions.
Definition: XRowSetApproveListener.idl:32
Definition: Ambiguous.idl:22
indicates the type of change action on the data source.
Definition: RowChangeEvent.idl:30
boolean approveCursorMove([in]com::sun::star::lang::EventObject event)
is called before a row set's cursor is moved.
boolean approveRowSetChange([in]com::sun::star::lang::EventObject event)
is called before a row set is changed, or in other words before a row set is reexecuted.