21module
com { module sun { module star { module sdb { module application {
base interface for all event listeners interfaces.
Definition XEventListener.idl:27
specifies the interface required to listen for progress in copying table rows via a CopyTableWizard.
Definition XCopyTableListener.idl:31
void copyingRow([in] CopyTableRowEvent Event)
is called when a row is about to be copied.
void copiedRow([in] CopyTableRowEvent Event)
is called when a row was successfully copied.
short copyRowError([in] CopyTableRowEvent Event)
is called when copying a row failed.
Definition Ambiguous.idl:20
specifies an event happening while copying table data between databases.
Definition CopyTableRowEvent.idl:33