Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

:: drafts :: com :: sun :: star :: accessibility ::

struct AccessibleEventObject
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-AccessibleEventObject
Description
this struct describes an accessible event, that is broadcasted from the XAccessibleEventBroadcaster and notified to XAccessibleEventListener . It is usualy implemented by AccessibleContext .

Elements' Summary
EventId specifies the type of this event.
NewValue for events that specifies a value change, this is the new value. Depending on the EventId , this can be void.
OldValue for events that specifies a value change, this is the old value. Depending on the EventId , this can be void.
Elements' Details
EventId
short EventId;
Description
specifies the type of this event.

For a list of possible events see AccessibleEventId .

NewValue
any NewValue;
Description
for events that specifies a value change, this is the new value. Depending on the EventId , this can be void.
OldValue
any OldValue;
Description
for events that specifies a value change, this is the old value. Depending on the EventId , this can be void.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.