20 module
com { module sun { module star { module sdbc {
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
is used for receiving "cursorMoved", "rowChanged", and "rowSetChanged" events posted by,...
Definition XRowSetListener.idl:27
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 EventObject.idl:28