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

(Global Index)

Syntax

interface XPropertiesChangeListener : com::sun::star::lang::XEventListener ;

Description

receives events which get fired whenever a bound property is changed.

Method Summary

propertiesChange gets called when bound properties are changed.

Method Details



propertiesChange

Syntax

void propertiesChange (
sequence< com::sun::star::beans::PropertyChangeEvent > aEvent );

Description

gets called when bound properties are changed.

Parameter aEvent

constains a sequence of PropertiesChangeEvent objects which describe the event source and the properites wich have changed.
Top of Page