20 #ifndef __com_sun_star_sdb_XDatabaseRegistrationsListener_idl__
21 #define __com_sun_star_sdb_XDatabaseRegistrationsListener_idl__
27 module
com { module sun { module star { module sdb {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
implemented by components which want to be notified of changes in the application-wide registered dat...
Definition: XDatabaseRegistrationsListener.idl:38
void revokedDatabaseLocation([in] DatabaseRegistrationEvent Event)
called when a database registration has been revoked
void registeredDatabaseLocation([in] DatabaseRegistrationEvent Event)
called when a database has been registered
void changedDatabaseLocation([in] DatabaseRegistrationEvent Event)
called when the location of a registered database changed
Definition: Ambiguous.idl:22
describes a change in a database registration
Definition: DatabaseRegistrationEvent.idl:37