public class AccessibleEvent extends SWTEventObject
Note: The meaning of the result field depends on the message that was sent.
AccessibleListener
,
AccessibleAdapter
,
Sample code and further information,
Serialized FormModifier and Type | Field and Description |
---|---|
int |
childID
The value of this field is set by an accessibility client
before the accessible listener method is called.
|
java.lang.String |
result
The value of this field must be set in the accessible listener
method before returning.
|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
AccessibleEvent(java.lang.Object source)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
public int childID
public java.lang.String result
static final long serialVersionUID