Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XRowSetApproveBroadcaster

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::sdb::RowSet is a client side RowSet, which use retrieves is data based on a database table, a query or a SQL command or by a rowset reader, who mustn't support SQL. The connection of the rowset is typically a named DataSource or a DataAccess component or a previous instanciated connection.

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