LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to add and remove XActivationEventListener More...
import"XActivationBroadcaster.idl";
Public Member Functions | |
void | addActivationEventListener ([in] com::sun::star::sheet::XActivationEventListener aListener) |
allows a component supporting the XActivationEventListener interface to register as listener. More... | |
void | removeActivationEventListener ([in] com::sun::star::sheet::XActivationEventListener aListener) |
removes a previously registered 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... | |
provides methods to add and remove XActivationEventListener
void addActivationEventListener | ( | [in] com::sun::star::sheet::XActivationEventListener | aListener | ) |
allows a component supporting the XActivationEventListener interface to register as listener.
The component will be notified with a ActivationEvent every time the active sheet changes.
aListener | the component that is to be added as listener |
void removeActivationEventListener | ( | [in] com::sun::star::sheet::XActivationEventListener | aListener | ) |
removes a previously registered listener.
aListener | the component that is to be removed |