20 module
com { module sun { module star { module sdbc {
base interface for all event listeners interfaces.
Definition generated_idl_chapter_refs.idl:2648
void rowSetChanged([in]com::sun::star::lang::EventObject event)
is called when the row set has changed, or in other words, when the row set has been reexecuted.
void cursorMoved([in]com::sun::star::lang::EventObject event)
is called when a row set's cursor is moved.
void rowChanged([in]com::sun::star::lang::EventObject event)
is called when a row is inserted, updated, or deleted.
Definition Ambiguous.idl:20
specifies the base for all event objects and identifies the source of the event.
Definition generated_idl_chapter_refs.idl:253