Language
The Free and Open Productivity Suite
Elements' Summary |
EventName |
specifies the name of the event.
|
ViewController |
denotes the view respectively controller which the event applies to.
|
Supplement |
contains supplemental information about the even which is being notified
|
Elements' Details |
EventName
string EventName;
- Description
- specifies the name of the event.
It's the responsibility of the component supporting the XDocumentEventBroadcaster
interface to specify which events it supports.
|
|
ViewController
::com::sun::star::frame::XController2 ViewController;
- Description
- denotes the view respectively controller which the event applies to.
Might be NULL if the event is not related to a concrete view of
the document.
|
|
Supplement
any Supplement;
- Description
- contains supplemental information about the even which is being notified
The semantics of this additional information needs to be specified by the broadcaster
of the event.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.