interface XPropertiesChangeNotifier in module com::sun::star::beans::

(Global Index)

Syntax

interface XPropertiesChangeNotifier : com::sun::star::uno::XInterface ;

Description

specifies a notifier for changed property values

See also

XPropertiesChangeListener

Method Summary

addPropertiesChangeListener adds an XPropertiesChangeListener to the specified properties with the specified names.

removePropertiesChangeListener removes an XPropertiesChangeListener from the listener list.

Method Details



addPropertiesChangeListener

Syntax

oneway void addPropertiesChangeListener (
sequence< string > PropertyNames,
com::sun::star::beans::XPropertiesChangeListener Listener );

Description

adds an XPropertiesChangeListener to the specified properties with the specified names.


removePropertiesChangeListener

Syntax

oneway void removePropertiesChangeListener (
sequence< string > PropertyNames,
com::sun::star::beans::XPropertiesChangeListener Listener );

Description

removes an XPropertiesChangeListener from the listener list.

Top of Page