LibreOffice
LibreOffice 24.2 SDK API Reference
|
broadcasts changes when data from backend sources has changed. More...
import"XBackendChangesNotifier.idl";
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... | |
broadcasts changes when data from backend sources has changed.
void addChangesListener | ( | [in] com::sun::star::configuration::backend::XBackendChangesListener | aListener, |
[in] string | component | ||
) |
adds the specified listener to receive events when changes occurred.
aListener | specifies the listener object. |
component | The name of the component the listener is monitoring changes for. |
void removeChangesListener | ( | [in] com::sun::star::configuration::backend::XBackendChangesListener | aListener, |
[in] string | component | ||
) |
removes the specified listener.
aListener | specifies the listener object. |
component | The name of the component the listener is monitoring changes for. |