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

interface XPropertySetOption

Methods' Summary
enableChangeListenerNotification * Turn on or off notifying change listeners on property value change. * This option is turned on by default.  
Methods' Details
enableChangeListenerNotification
void
enableChangeListenerNotification( [in] boolean  bEnable );

Description
* Turn on or off notifying change listeners on property value change. * This option is turned on by default.
Top of Page