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;
58 void addConfigurationChangeListener (
60 [in]
string sEventType,
67 void removeConfigurationChangeListener (
– idl definition –
Definition: Ambiguous.idl:22
Objects of this class are used for notifying changes of the configuration.
Definition: ConfigurationChangeEvent.idl:45
Manage the set of registered event listeners and the event notification for a configuration controlle...
Definition: XConfigurationControllerBroadcaster.idl:34
A listener for configuration changes is called when it has been registered at the configuration contr...
Definition: XConfigurationChangeListener.idl:32