LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XBackendChangesNotifier Interface Reference

broadcasts changes when data from backend sources has changed. More...

import"XBackendChangesNotifier.idl";

Inheritance diagram for XBackendChangesNotifier:
XInterface

Public Member Functions

void addChangesListener ([in] com::sun::star::configuration::backend::XBackendChangesListener aListener, [in] string component)
 adds the specified listener to receive events when changes occurred. More...
 
void removeChangesListener ([in] com::sun::star::configuration::backend::XBackendChangesListener aListener, [in] string component)
 removes the specified listener. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

broadcasts changes when data from backend sources has changed.

See also
XBackendChangesListener

Member Function Documentation

◆ addChangesListener()

void addChangesListener ( [in] com::sun::star::configuration::backend::XBackendChangesListener  aListener,
[in] string  component 
)

adds the specified listener to receive events when changes occurred.

Parameters
aListenerspecifies the listener object.
componentThe name of the component the listener is monitoring changes for.

◆ removeChangesListener()

void removeChangesListener ( [in] com::sun::star::configuration::backend::XBackendChangesListener  aListener,
[in] string  component 
)

removes the specified listener.

Parameters
aListenerspecifies the listener object.
componentThe name of the component the listener is monitoring changes for.

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