import"extIApplication.idl";
Public Member Functions | |
| void | handleEvent (in extIEventItem aEvent) |
Interface used as a callback for listening to events.
Definition at line 96 of file extIApplication.idl.
| void extIEventListener::handleEvent | ( | in extIEventItem | aEvent | ) |
This method is called whenever an event occurs of the type for which the extIEventListener interface was registered.
| aEvent | The extIEventItem associated with the event. |