AccessibleActionEvent

Instances of this class are sent as a result of accessibility clients sending AccessibleAction messages to an accessible object.

@see AccessibleActionListener @see AccessibleActionAdapter

@since 3.6

Constructors

this
this(Object source)

Constructs a new instance of this class.

Members

Functions

toString
String toString()

Returns a string containing a concise, human-readable description of the receiver.

Variables

count
int count;
Undocumented in source.
index
int index;
Undocumented in source.
localized
bool localized;
Undocumented in source.
result
String result;

The value of this field must be set in the accessible action listener method before returning. What to set it to depends on the listener method called.

Inherited Members

From EventObject

source
Object source;
Undocumented in source.
getSource
Object getSource()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta