LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_beans_XPropertiesChangeNotifier_idl__
20 #define __com_sun_star_beans_XPropertiesChangeNotifier_idl__
27 module
com { module sun { module star { module beans {
39 [in] sequence<string> PropertyNames,
47 [in] sequence<string> PropertyNames,
receives events which get fired whenever a bound property is changed.
Definition: XPropertiesChangeListener.idl:34
void addPropertiesChangeListener([in] sequence< string > PropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener Listener)
adds an XPropertiesChangeListener to the specified properties with the specified names.
specifies a notifier for changed property values
Definition: XPropertiesChangeNotifier.idl:33
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
void removePropertiesChangeListener([in] sequence< string > PropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener Listener)
removes an XPropertiesChangeListener from the listener list.