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

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

interface XPropertiesChangeNotifier

Base Interface
com::sun::star::uno::XInterface

Description
specifies a notifier for changed property values
See also
XPropertiesChangeListener


Known Services which Export this Interface

com::sun::star::ucb::HierarchyRootFolderContent A HCP Root Folder is the root container for all other HCP Folders and HCP Links.
com::sun::star::ucb::WebDAVFolderContent A DCP Folder is a container for other DCP Folders or Documents.
com::sun::star::ucb::HierarchyFolderContent A HCP Folder is a container for other HCP Folders and HCP Links.
com::sun::star::ucb::FileContent A File Content represents either a directory or a file in the local file system.
com::sun::star::ucb::PackageFolderContent A PCP Folder is a container for other PCP Folders and PCP Streams.
com::sun::star::ucb::PackageStreamContent A PCP Stream is a content which represents a file inside a package.
com::sun::star::ucb::WebDAVDocumentContent A DCP Document is a container for Document data/content.
com::sun::star::ucb::HierarchyLinkContent A HCP Link is a content which points to another location.
com::sun::star::ucb::ChaosContent [ DEPRECATED ]
A Chaos Content is a representation of a resource provided by the Chaos Content Provider.
com::sun::star::ucb::Content A Content is a service that provides access to data of a content provided by an implementation of the service ContentProvider .

Methods' Summary

addPropertiesChangeListener adds an XPropertiesChangeListener to the specified properties with the specified names.
removePropertiesChangeListener removes an 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 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 XPropertiesChangeListener from the listener list.

Top of Page