20 module
com { module sun { module star { module sdb {
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
is used for approving the moving and changing of row set actions.
Definition XRowSetApproveListener.idl:26
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.
boolean approveCursorMove([in]com::sun::star::lang::EventObject event)
is called before a row set's cursor is moved.
boolean approveRowChange([in]RowChangeEvent event)
is called before a row is inserted, updated, or deleted.
Definition Ambiguous.idl:20
specifies the base for all event objects and identifies the source of the event.
Definition EventObject.idl:28
indicates the type of change action on the data source.
Definition RowChangeEvent.idl:26