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

interface XRowSetChangeListener
Base Interfaces
XRowSetChangeListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
onRowSetChanged notifies the listener that the RowSet associated with a XRowSetSupplier has changed.  
Methods' Details
onRowSetChanged
void
onRowSetChanged( [in] ::com::sun::star::lang::EventObject  i_Event );

Description
notifies the listener that the RowSet associated with a XRowSetSupplier has changed.
Top of Page