extIEventListener Interface Reference

import"extIApplication.idl";

Inheritance diagram for extIEventListener:
[legend]
Collaboration diagram for extIEventListener:
[legend]

Public Member Functions

void handleEvent (in extIEventItem aEvent)
 

Detailed Description

Interface used as a callback for listening to events.

Definition at line 96 of file extIApplication.idl.

Member Function Documentation

void extIEventListener::handleEvent ( in extIEventItem  aEvent)

This method is called whenever an event occurs of the type for which the extIEventListener interface was registered.

Parameters
aEventThe extIEventItem associated with the event.

The documentation for this interface was generated from the following file: