Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

extIEventListener

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.
Return value

See also

FUEL (Firefox), STEEL (Thunderbird) and SMILE (SeaMonkey)

Document Tags and Contributors

 Contributors to this page: Sheppy, jenzed, Potappo, Mgjbot, Gomita, MarkFinkle
 Last updated by: Sheppy,