This content covers features introduced in Thunderbird 3
The extIEventListener
interface is used used as a callback for listening to events. extIEventListener
is defined in toolkit/components/exthelper/extIApplication.idl
.
Implemented via XPCOM service for extIApplication
: see the instructions on the FUEL (Firefox), STEEL (Thunderbird) and SMILE (SeaMonkey) pages.
Method overview
void handleEvent(in extIEventItem aEvent) |
Attributes
Attribute | Type | Description |
Methods
handleEvent()
This method is called whenever an event occurs of the type for which the extIEventListener
interface was registered.
void handleEvent(in extIEventItem aEvent)
Parameters
aEvent
- The extIEventItem associated with the event.