AccessibleControlListener.getRole

Sent when an accessibility client requests the role of the control, or the role of a child of the control. <p> Return a role constant (constant defined in ACC beginning with ROLE_) that describes the role of the specified control or child in the <code>detail</code> field of the event object. </p>

@param e an event object containing the following fields:<ul> <li>childID IN - an identifier specifying the control or one of its children</li> <li>detail OUT - a role constant describing the role of the control or child</li> </ul>

interface AccessibleControlListener
void
getRole

Meta