|  | 
| const short | NAME_CHANGED = 1 | 
|  | Use this event type to indicate a change of the name string of an accessible object. 
 | 
| const short | DESCRIPTION_CHANGED = 2 | 
|  | Use this event type to indicate a change of the description string of an accessible object. 
 | 
| const short | ACTION_CHANGED = 3 | 
|  | The change of the number or attributes of actions of an accessible object is signaled by events of this type. 
 | 
| const short | STATE_CHANGED = 4 | 
|  | State changes are signaled with this event type. 
 | 
| const short | ACTIVE_DESCENDANT_CHANGED = 5 | 
|  | Constant used to determine when the active descendant of a component has changed. 
 | 
| const short | BOUNDRECT_CHANGED = 6 | 
|  | This event indicates a change of the bounding rectangle of an accessible object with respect only to its size or relative position. 
 | 
| const short | CHILD = 7 | 
|  | A child event indicates the addition of a new or the removal of an existing child. 
 | 
| const short | INVALIDATE_ALL_CHILDREN = 8 | 
|  | Use this event to tell the listeners to re-retrieve the whole set of children. 
 | 
| const short | SELECTION_CHANGED = 9 | 
|  | Events of this type indicate changes of the selection. 
 | 
| const short | VISIBLE_DATA_CHANGED = 10 | 
|  | A visible data event indicates the change of the visual appearance of an accessible object. 
 | 
| const short | VALUE_CHANGED = 11 | 
|  | This constant indicates changes of the value of an XAccessibleValue interface. 
 | 
| const short | CONTENT_FLOWS_FROM_RELATION_CHANGED = 12 | 
|  | Identifies the change of a relation set: The content flow has changed. 
 | 
| const short | CONTENT_FLOWS_TO_RELATION_CHANGED = 13 | 
|  | Identifies the change of a relation set: The content flow has changed. 
 | 
| const short | CONTROLLED_BY_RELATION_CHANGED = 14 | 
|  | Identifies the change of a relation set: The target object that is doing the controlling has changed. 
 | 
| const short | CONTROLLER_FOR_RELATION_CHANGED = 15 | 
|  | Identifies the change of a relation set: The controller for the target object has changed. 
 | 
| const short | LABEL_FOR_RELATION_CHANGED = 16 | 
|  | Identifies the change of a relation set: The target group for a label has changed. 
 | 
| const short | LABELED_BY_RELATION_CHANGED = 17 | 
|  | Identifies the change of a relation set: The objects that are doing the labeling have changed. 
 | 
| const short | MEMBER_OF_RELATION_CHANGED = 18 | 
|  | Identifies the change of a relation set: The group membership has changed. 
 | 
| const short | SUB_WINDOW_OF_RELATION_CHANGED = 19 | 
|  | Identifies the change of a relation set: The sub-window-of relation has changed. 
 | 
| const short | CARET_CHANGED = 20 | 
|  | Events of this type are sent when the caret has moved to a new position. 
 | 
| const short | TEXT_SELECTION_CHANGED = 21 | 
|  | Events of this type signal changes of the selection. 
 | 
| const short | TEXT_CHANGED = 22 | 
|  | Use this id to indicate general text changes, i.e. 
 | 
| const short | TEXT_ATTRIBUTE_CHANGED = 23 | 
|  | This entry is reserved for future extension. 
 | 
| const short | HYPERTEXT_CHANGED = 24 | 
|  | Constant used to indicate that a hypertext element has received focus. 
 | 
| const short | TABLE_CAPTION_CHANGED = 25 | 
|  | Constant used to indicate that the table caption has changed. 
 | 
| const short | TABLE_COLUMN_DESCRIPTION_CHANGED = 26 | 
|  | Constant used to indicate that the column description has changed. 
 | 
| const short | TABLE_COLUMN_HEADER_CHANGED = 27 | 
|  | Constant used to indicate that the column header has changed. 
 | 
| const short | TABLE_MODEL_CHANGED = 28 | 
|  | Constant used to indicate that the table data has changed. 
 | 
| const short | TABLE_ROW_DESCRIPTION_CHANGED = 29 | 
|  | Constant used to indicate that the row description has changed. 
 | 
| const short | TABLE_ROW_HEADER_CHANGED = 30 | 
|  | Constant used to indicate that the row header has changed. 
 | 
| const short | TABLE_SUMMARY_CHANGED = 31 | 
|  | Constant used to indicate that the table summary has changed. 
 | 
| const short | LISTBOX_ENTRY_EXPANDED = 32 | 
|  | Constant used to indicate that a list box entry has been expanded. 
 | 
| const short | LISTBOX_ENTRY_COLLAPSED = 33 | 
|  | Constant used to indicate that a list box entry has been collapsed. 
 | 
| const short | ACTIVE_DESCENDANT_CHANGED_NOFOCUS = 34 | 
|  | Constant used to determine when the active descendant of a component has been removed but unlike ACTIVE_DESCENDANT_CHANGED the descendant that is to be removed does not have focus. 
 | 
| const short | SELECTION_CHANGED_ADD = 35 | 
|  | An item in a container has been added to an already present selection. 
 | 
| const short | SELECTION_CHANGED_REMOVE = 36 | 
|  | An item in a container has been removed from the selection. 
 | 
| const short | SELECTION_CHANGED_WITHIN = 37 | 
|  | Multiple items in a container object have been added or removed from the selection. 
 | 
| const short | PAGE_CHANGED = 38 | 
|  | A change of page or slide. 
 | 
| const short | SECTION_CHANGED = 39 | 
|  | The cursor has moved to/from a section. 
 | 
| const short | COLUMN_CHANGED = 40 | 
|  | The cursor has moved to/from a section. 
 | 
| const short | ROLE_CHANGED =41 | 
|  | Constant used to indicate that the role of an accessible object has changed. 
 |