import "Accessibility_Event.idl";
Inheritance diagram for Accessibility::EventListener:
Public Member Functions | |
void | notifyEvent (in Event e) |
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. |