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

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

interface XVetoableChangeListener

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

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

You can register an XVetoableChangeListener with a source object so as to be notified of any constrained property updates.



Methods' Summary

vetoableChange gets called when a constrained property is changed.

Methods' Details

vetoableChange
 
void
vetoableChange(
[ in ] com::sun::star::beans::PropertyChangeEvent aEvent )
raises ( com::sun::star::beans::PropertyVetoException );

Description
gets called when a constrained property is changed.

Top of Page