|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module drawing { module framework {
22 interface XConfigurationChangeListener;
54 [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:42
A listener for configuration changes is called when it has been registered at the configuration contr...
Definition: XConfigurationChangeListener.idl:28
void notifyEvent([in] ConfigurationChangeEvent aEvent)
With this method other objects can send events to all the registered listeners.
Definition: Ambiguous.idl:20
Manage the set of registered event listeners and the event notification for a configuration controlle...
Definition: XConfigurationControllerBroadcaster.idl:29
void removeConfigurationChangeListener([in] XConfigurationChangeListener xListener)
Remove a listener for configuration changes.