LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_drawing_framework_XConfigurationControllerBroadcaster_idl__
21 #define __com_sun_star_drawing_framework_XConfigurationControllerBroadcaster_idl__
26 module
com { module sun { module star { module drawing { module framework {
28 interface XConfigurationChangeListener;
60 [in]
string sEventType,
void addConfigurationChangeListener([in] XConfigurationChangeListener xListener, [in] string sEventType, [in] any aUserData)
Add a new listener for configuration changes.
Objects of this class are used for notifying changes of the configuration.
Definition: ConfigurationChangeEvent.idl:47
A listener for configuration changes is called when it has been registered at the configuration contr...
Definition: XConfigurationChangeListener.idl:34
void notifyEvent([in] ConfigurationChangeEvent aEvent)
With this method other objects can send events to all the registered listeners.
Definition: Ambiguous.idl:22
Manage the set of registered event listeners and the event notification for a configuration controlle...
Definition: XConfigurationControllerBroadcaster.idl:35
void removeConfigurationChangeListener([in] XConfigurationChangeListener xListener)
Remove a listener for configuration changes.