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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
is implemented by components which want to be notified when the RowSet supplied by a XRowSetSupplier changes.
Since
OOo 3.2
See also
XRowSetChangeBroadcaster, XRowSetSupplier

Methods' Summary
onRowSetChanged notifies the listener that the RowSet associated with a XRowSetSupplier has changed.  
Methods' Details
onRowSetChanged
[oneway] 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