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

interface XPropertiesChangeNotifier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XPropertiesChangeNotifier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
specifies a notifier for changed property values
See also
::com::sun::star::beans::XPropertiesChangeListener

Methods' Summary
addPropertiesChangeListener adds an ::com::sun::star::beans::XPropertiesChangeListener to the specified properties with the specified names.  
removePropertiesChangeListener removes an ::com::sun::star::beans::XPropertiesChangeListener from the listener list.  
Methods' Details
addPropertiesChangeListener
[oneway] void
addPropertiesChangeListener( [in] sequence< string >  PropertyNames,
[in] ::com::sun::star::beans::XPropertiesChangeListener  Listener );

Description
adds an ::com::sun::star::beans::XPropertiesChangeListener to the specified properties with the specified names.
removePropertiesChangeListener
[oneway] void
removePropertiesChangeListener( [in] sequence< string >  PropertyNames,
[in] ::com::sun::star::beans::XPropertiesChangeListener  Listener );

Description
removes an ::com::sun::star::beans::XPropertiesChangeListener from the listener list.
Top of Page