Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: beans ::

interface XPropertyChangeListener

Base Interface
com::sun::star::lang::XEventListener

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


Methods' Summary

propertyChange is called when a bound property is changed.

Methods' Details

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

Description
is called when a bound property is changed.

Top of Page