:: com :: sun :: star :: frame ::

unpublished service GlobalEventBroadcaster
Usage Restrictions
not published
Description
This service offers the document event functionality that can be found at any ::com::sun::star::document::OfficeDocument, but it does it for all existing documents. So it is a single place where a listener can be registered for all events in all documents.

Exported Interfaces - Summary
::com::sun::star::document::XEventsSupplier

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

::com::sun::star::document::XEventBroadcaster

access to bound event handlers

Exported Interfaces - Details
::com::sun::star::document::XEventsSupplier
Description
makes it possible to register listeners which are called whenever a document event occurs in any document
::com::sun::star::document::XEventBroadcaster
Description
access to bound event handlers

 
Top of Page