interface XRowSetApproveBroadcaster in module com::sun::star::sdb::

(Global Index)

Syntax

interface XRowSetApproveBroadcaster : com::sun::star::uno::XInterface ;

Description

provides the possibility of reviving an event before changing the content of a rowset.

Method Summary

addRowSetApproveListener adds the specified listener to receive the events "approveCursorMove", "approveRowChange", and "appproveRowSetChange".

removeRowSetApproveListener removes the specified listener.

Known Services Which Export this Interface

com::sun::star::sdb::RowSet

Method Details



addRowSetApproveListener

Syntax

oneway void addRowSetApproveListener (
com::sun::star::sdb::XRowSetApproveListener listener );

Description

adds the specified listener to receive the events "approveCursorMove", "approveRowChange", and "appproveRowSetChange".

Parameter com::sun::star::sdb::XRowSetApproveListener


removeRowSetApproveListener

Syntax

oneway void removeRowSetApproveListener (
com::sun::star::sdb::XRowSetApproveListener listener );

Description

removes the specified listener.

Parameter com::sun::star::sdb::XRowSetApproveListener

Top of Page