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

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

interface XPropertiesChangeListener

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

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


Methods' Summary

propertiesChange gets called when bound properties are changed.

Methods' Details

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

Description
gets called when bound properties are changed.
Parameter aEvent
contains a sequence of PropertiesChangeEvent objects which describe the event source and the properites wich have changed.

Top of Page