LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XPropertiesChangeNotifier Interface Referencepublished

specifies a notifier for changed property values More...

import "XPropertiesChangeNotifier.idl";

Inheritance diagram for XPropertiesChangeNotifier:
XInterface Content FileContent FTPContent GnomeVFSDocumentContent GnomeVFSFolderContent HelpContent HierarchyFolderContent HierarchyLinkContent HierarchyRootFolderContent ODMAContent PackageFolderContent PackageStreamContent TransientDocumentsDocumentContent TransientDocumentsFolderContent TransientDocumentsRootContent TransientDocumentsStreamContent WebDAVDocumentContent WebDAVFolderContent

Public Member Functions

void addPropertiesChangeListener ([in] sequence< string > PropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener Listener)
 adds an XPropertiesChangeListener to the specified properties with the specified names.
void removePropertiesChangeListener ([in] sequence< string > PropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener Listener)
 removes an XPropertiesChangeListener from the listener list.
Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
void acquire ()
 increases the reference counter by one.
void release ()
 decreases the reference counter by one.

Detailed Description

specifies a notifier for changed property values

See also
XPropertiesChangeListener

Member Function Documentation

◆ addPropertiesChangeListener()

void addPropertiesChangeListener ( [in] sequence< string > PropertyNames,
[in] com::sun::star::beans::XPropertiesChangeListener Listener )

adds an XPropertiesChangeListener to the specified properties with the specified names.

◆ removePropertiesChangeListener()

void removePropertiesChangeListener ( [in] sequence< string > PropertyNames,
[in] com::sun::star::beans::XPropertiesChangeListener Listener )

removes an XPropertiesChangeListener from the listener list.


The documentation for this interface was generated from the following file: