LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
ContextChangeEventMultiplexer Singleton Reference

Multiplex events for context changes. More...

import"ContextChangeEventMultiplexer.idl";

Inheritance diagram for ContextChangeEventMultiplexer:
XContextChangeEventMultiplexer XInterface

Additional Inherited Members

- Public Member Functions inherited from XContextChangeEventMultiplexer
void addContextChangeEventListener ([in] com::sun::star::ui::XContextChangeEventListener xListener, [in] com::sun::star::uno::XInterface xEventFocus) raises (com::sun::star::lang::IllegalArgumentException)
 Add an event listener that is called only when events are broadcast for the specified event focus. More...
 
void removeContextChangeEventListener ([in] com::sun::star::ui::XContextChangeEventListener xListener, [in] com::sun::star::uno::XInterface xEventFocus) raises (com::sun::star::lang::IllegalArgumentException)
 Remove an event listener for the specified event focus. More...
 
void removeAllContextChangeEventListeners ([in] com::sun::star::ui::XContextChangeEventListener xListener) raises (com::sun::star::lang::IllegalArgumentException)
 Remove an event listener for all event foci. More...
 
void broadcastContextChangeEvent ([in] com::sun::star::ui::ContextChangeEventObject aEvent, [in] com::sun::star::uno::XInterface xEventFocus)
 Call all event listeners that were added for the specified event focus. 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

Multiplex events for context changes.

A typical listener for context changes is the sidebar.


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