public class AccessibleEvent
extends org.eclipse.swt.internal.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.
|
String |
result
The value of this field must be set in the accessible listener
method before returning.
|
source
Constructor and Description |
---|
AccessibleEvent(Object source)
Constructs a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
getSource
public int childID
public String result
public AccessibleEvent(Object source)
source
- the object that fired the eventpublic String toString()
toString
in class EventObject
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.