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

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

interface XPropertySetInfoChangeListener

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

Description
a listener for events related to XPropertySetInfo s.
See also
PropertySetInfoChangeEvent
See also
XPropertySetInfoChangeNotifier


Methods' Summary

propertySetInfoChange is called whenever changes of a XPropertySetInfo shall be propagated.

Methods' Details

propertySetInfoChange
 
void
propertySetInfoChange(
[ in ] com::sun::star::beans::PropertySetInfoChangeEvent evt );

Description
is called whenever changes of a XPropertySetInfo shall be propagated.

Top of Page