AccessibleAttributeListener

Classes which implement this interface provide methods that handle AccessibleAttribute events. <p> After creating an instance of a class that implements this interface it can be added to an accessible using the <code>addAccessibleAttributeListener</code> method and removed using the <code>removeAccessibleAttributeListener</code> method. </p>

@see AccessibleAttributeAdapter @see AccessibleAttributeEvent @see AccessibleTextAttributeEvent

@since 3.6

Members

Functions

getAttributes
void getAttributes(AccessibleAttributeEvent e)

Returns attributes specific to this Accessible object.

getTextAttributes
void getTextAttributes(AccessibleTextAttributeEvent e)

Returns text attributes specific to this Accessible object.

Meta