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

interface XRowSetApproveBroadcaster
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XRowSetApproveBroadcaster
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides the possibility of reviving an event before changing the content of a rowset.
Developers Guide

Methods' Summary
addRowSetApproveListener adds the specified listener to receive the events "approveCursorMove", "approveRowChange", and "appproveRowSetChange".  
removeRowSetApproveListener removes the specified listener.  
Methods' Details
addRowSetApproveListener
[oneway] void
addRowSetApproveListener( [in] ::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
[oneway] void
removeRowSetApproveListener( [in] ::com::sun::star::sdb::XRowSetApproveListener  listener );

Description
removes the specified listener.
Parameter com::sun::star::sdb::XRowSetApproveListener
Top of Page