LibreOffice
LibreOffice 5.0 SDK API Reference
|
Provides the unified interface of theGlobalEventBroadcaster singleton. More...
import "XGlobalEventBroadcaster.idl";
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 More... | |
interface | ::com::sun::star::document::XDocumentEventBroadcaster |
access to bound event handlers More... | |
interface | ::com::sun::star::document::XEventBroadcaster |
interface | ::com::sun::star::container::XSet |
interface | ::com::sun::star::document::XDocumentEventListener |
Additional Inherited Members | |
![]() | |
com::sun::star::container::XNameReplace | getEvents () |
offers a list of event handlers which are be bound to events of this object More... | |
![]() | |
void | addDocumentEventListener ([in] XDocumentEventListener Listener) |
registers a listener which is notified about document events More... | |
void | removeDocumentEventListener ([in] XDocumentEventListener Listener) |
revokes a listener which has previously been registered to be notified about document events. More... | |
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 More... | |
![]() | |
void | addEventListener ([in] XEventListener Listener) |
registers the given listener More... | |
void | removeEventListener ([in] XEventListener Listener) |
unregisters the given listener More... | |
![]() | |
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. More... | |
void | remove ([in] any aElement) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::container::NoSuchElementException ) |
removes the given element from this container. More... | |
![]() | |
void | documentEventOccured ([in] DocumentEvent Event) |
is called whenever a document event occurred More... | |
Provides the unified interface of theGlobalEventBroadcaster singleton.
interface ::com::sun::star::container::XSet |
access to bound event handlers
interface ::com::sun::star::document::XDocumentEventListener |
interface ::com::sun::star::document::XEventBroadcaster |
interface ::com::sun::star::document::XEventsSupplier |
makes it possible to register listeners which are called whenever a document event occurs in any document