20 module
com { module sun { module star { module drawing { module framework {
22 interface XConfigurationChangeListener;
54 [in]
string sEventType,
A listener for configuration changes is called when it has been registered at the configuration contr...
Definition: XConfigurationChangeListener.idl:28
Manage the set of registered event listeners and the event notification for a configuration controlle...
Definition: XConfigurationControllerBroadcaster.idl:29
void notifyEvent([in] ConfigurationChangeEvent aEvent)
With this method other objects can send events to all the registered listeners.
void removeConfigurationChangeListener([in] XConfigurationChangeListener xListener)
Remove a listener for configuration changes.
void addConfigurationChangeListener([in] XConfigurationChangeListener xListener, [in] string sEventType, [in] any aUserData)
Add a new listener for configuration changes.
Definition: Ambiguous.idl:20
Objects of this class are used for notifying changes of the configuration.
Definition: ConfigurationChangeEvent.idl:42