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

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

interface XPropertySetInfoChangeNotifier

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

Description
a notifier for changes of XPropertySetInfo s.
See also
PropertySetInfoChangeEvent
See also
XPropertySetInfoChangeListener


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

addPropertySetInfoChangeListener registers a listener for PropertySetInfoChangeEvent s.
removePropertySetInfoChangeListener removes a listener for PropertySetInfoChangeEvent s.

Methods' Details

addPropertySetInfoChangeListener
 
void
addPropertySetInfoChangeListener(
[ in ] com::sun::star::beans::XPropertySetInfoChangeListener Listener );

Description
registers a listener for PropertySetInfoChangeEvent s.
removePropertySetInfoChangeListener
 
void
removePropertySetInfoChangeListener(
[ in ] com::sun::star::beans::XPropertySetInfoChangeListener Listener );

Description
removes a listener for PropertySetInfoChangeEvent s.

Top of Page