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

(Global Index)

Syntax

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

Description

is used to receive PropertyChangeEvent s whenever a bound property is changed.

Method Summary

propertyChange gets called when a bound property is changed.

Method Details



propertyChange

Syntax

void propertyChange (
com::sun::star::beans::PropertyChangeEvent evt );

Description

gets called when a bound property is changed.

Top of Page