import "Accessibility_Event.idl";
Inheritance diagram for Accessibility::EventListener:

Public Member Functions | |
| void | notifyEvent (in Event e) |
| Synchronously notify an EventListener that an event has occurred, by passing it an Event struct. | |
| oneway void | notifyEventAsync (in Event e) |
| Asynchronously notify an EventListener that an event has occurred, by passing it an Event struct. | |
EventListener is the interface from which Accessibility::Registry is derived, and via which clients of the Registry receive notification of changes to an application's user interface and content.
Definition at line 134 of file Accessibility_Event.idl.
|
|
Synchronously notify an EventListener that an event has occurred, by passing it an Event struct.
|
|
|
Asynchronously notify an EventListener that an event has occurred, by passing it an Event struct.
|
1.4.3