LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XGlobalEventBroadcaster Interface Reference

Provides the unified interface of theGlobalEventBroadcaster singleton. More...

import "XGlobalEventBroadcaster.idl";

Inheritance diagram for XGlobalEventBroadcaster:
XEventsSupplier XDocumentEventBroadcaster XSet XDocumentEventListener XInterface XEnumerationAccess XEventListener XElementAccess XInterface XInterface GlobalEventBroadcaster theGlobalEventBroadcaster

Exported Interfaces

interface ::com::sun::star::document::XEventsSupplier
 makes it possible to register listeners which are called whenever a document event occurs in any document
interface ::com::sun::star::document::XDocumentEventBroadcaster
 access to bound event handlers
interface ::com::sun::star::container::XSet
interface ::com::sun::star::document::XDocumentEventListener

Additional Inherited Members

Public Member Functions inherited from XEventsSupplier
com::sun::star::container::XNameReplace getEvents ()
 offers a list of event handlers which are be bound to events of this object
Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object.
void acquire ()
 increases the reference counter by one.
void release ()
 decreases the reference counter by one.
Public Member Functions inherited from XDocumentEventBroadcaster
void addDocumentEventListener ([in] XDocumentEventListener Listener)
 registers a listener which is notified about document events
void removeDocumentEventListener ([in] XDocumentEventListener Listener)
 revokes a listener which has previously been registered to be notified about document events.
void notifyDocumentEvent ([in] string EventName, [in] ::com::sun::star::frame::XController2 ViewController, [in] any Supplement) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::NoSupportException )
 causes the broadcaster to notify all registered listeners of the given event
Public Member Functions inherited from XSet
boolean has ([in] any aElement)
void insert ([in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::ElementExistException )
 inserts the given element into this container.
void remove ([in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException )
 removes the given element from this container.
Public Member Functions inherited from XEnumerationAccess
com::sun::star::container::XEnumeration createEnumeration ()
Public Member Functions inherited from XElementAccess
type getElementType ()
boolean hasElements ()
Public Member Functions inherited from XDocumentEventListener
void documentEventOccured ([in] DocumentEvent Event)
 is called whenever a document event occurred
Public Member Functions inherited from XEventListener
void disposing ([in] com::sun::star::lang::EventObject Source)
 gets called when the broadcaster is about to be disposed.

Detailed Description

Provides the unified interface of theGlobalEventBroadcaster singleton.

Since
LibreOffice 4.0

Exported Interfaces

◆ ::com::sun::star::container::XSet

◆ ::com::sun::star::document::XDocumentEventBroadcaster

access to bound event handlers

◆ ::com::sun::star::document::XDocumentEventListener

◆ ::com::sun::star::document::XEventsSupplier

makes it possible to register listeners which are called whenever a document event occurs in any document


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