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

com :: sun :: star :: ucb ::

interface XCommandInfoChangeNotifier

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

Description
a notifier for changes of XCommandInfo s.
See also
CommandInfoChangeEvent
See also
XCommandInfoChangeListener


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

addCommandInfoChangeListener registers a listener for CommandInfoChangeEvent s.
removeCommandInfoChangeListener removes a listener for CommandInfoChangeEvent s.

Methods' Details

addCommandInfoChangeListener
 
void
addCommandInfoChangeListener(
[ in ] com::sun::star::ucb::XCommandInfoChangeListener Listener );

Description
registers a listener for CommandInfoChangeEvent s.
Parameter Listener
the listener to add.
removeCommandInfoChangeListener
 
void
removeCommandInfoChangeListener(
[ in ] com::sun::star::ucb::XCommandInfoChangeListener Listener );

Description
removes a listener for CommandInfoChangeEvent s.
Parameter Listener
the listener to remove.

Top of Page