LibreOffice
LibreOffice 24.2 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. More... | |
any | NewValue |
for events that specifies a value change, this is the new value. More... | |
any | OldValue |
for events that specifies a value change, this is the old value. More... | |
long | IndexHint |
For events like add/remove/update of a child, this specifies the index of the object. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
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.