public class AccessibleActionEvent extends SWTEventObject
AccessibleActionListener
,
AccessibleActionAdapter
,
Serialized FormModifier and Type | Field and Description |
---|---|
int |
count |
int |
index |
boolean |
localized |
java.lang.String |
result
The value of this field must be set in the accessible action listener method
before returning.
|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
AccessibleActionEvent(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 java.lang.String result
public int count
public int index
public boolean localized
static final long serialVersionUID