LibreOffice
LibreOffice 25.8 SDK API Reference
|
this struct describes an accessible event, that is broadcasted from the XAccessibleEventBroadcaster and notified to XAccessibleEventListener. More...
import "AccessibleEventObject.idl";
Public Attributes | |
short | EventId |
specifies the type of this event. | |
any | NewValue |
for events that specifies a value change, this is the new value. | |
any | OldValue |
for events that specifies a value change, this is the old value. | |
long | IndexHint |
For events like add/remove/update of a child, this specifies the index of the object. | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. |
this struct describes an accessible event, that is broadcasted from the XAccessibleEventBroadcaster and notified to XAccessibleEventListener.
It is usually implemented by AccessibleContext.
short EventId |
specifies the type of this event.
For a list of possible events see AccessibleEventId.
long IndexHint |
For events like add/remove/update of a child, this specifies the index of the object.
For anything else, it should be -1.
any NewValue |
for events that specifies a value change, this is the new value.
Depending on the EventId, this can be void.
any OldValue |
for events that specifies a value change, this is the old value.
Depending on the EventId, this can be void.