import "Accessibility_Event.idl";
Public Member Functions | |
void | notifyEvent (in Event e) |
A generic interface implemented by objects for the receipt of event notifications. 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.
void Accessibility::EventListener::notifyEvent | ( | in Event | e | ) |
Synchronously notify an EventListener that an event has occurred, by passing it an Event struct.
e | The Event about which the listener is being notified. |