LibreOffice
LibreOffice 24.2 SDK API Reference
|
supports to notify other implementations about changes of a user interface configuration manager. More...
import"XUIConfiguration.idl";
Public Member Functions | |
void | addConfigurationListener ([in] ::com::sun::star::ui::XUIConfigurationListener Listener) |
adds the specified listener to receive events when elements are changed, inserted or removed. More... | |
void | removeConfigurationListener ([in] ::com::sun::star::ui::XUIConfigurationListener Listener) |
removes the specified listener so it does not receive any events from this user interface configuration manager. 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... | |
supports to notify other implementations about changes of a user interface configuration manager.
The XUIConfiguration interface is provided for user interface configuration managers which need to broadcast changes within the container; that means the actions of adding, replacing and removing elements are broadcast to listeners.
This can be useful for UI to enable/disable some functions without actually accessing the data.
void addConfigurationListener | ( | [in] ::com::sun::star::ui::XUIConfigurationListener | Listener | ) |
adds the specified listener to receive events when elements are changed, inserted or removed.
It is suggested to allow multiple registration of the same listener, thus for each time a listener is added, it has to be removed.
void removeConfigurationListener | ( | [in] ::com::sun::star::ui::XUIConfigurationListener | Listener | ) |
removes the specified listener so it does not receive any events from this user interface configuration manager.
It is suggested to allow multiple registration of the same listener, thus for each time a listener is added, it has to be removed.