LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_configuration_backend_XBackendChangesNotifier_idl__
20 #define __com_sun_star_configuration_backend_XBackendChangesNotifier_idl__
26 module
com { module sun { module star { module configuration { module backend {
44 [in]
string component);
55 [in]
string component);
void addChangesListener([in] com::sun::star::configuration::backend::XBackendChangesListener aListener, [in] string component)
adds the specified listener to receive events when changes occurred.
broadcasts changes when data from backend sources has changed.
Definition: XBackendChangesNotifier.idl:34
receives notification from backend broadcaster objects.
Definition: XBackendChangesListener.idl:35
void removeChangesListener([in] com::sun::star::configuration::backend::XBackendChangesListener aListener, [in] string component)
removes the specified listener.
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48