Visit Mozilla.org

FUEL:EventListener

From MDC

This article covers features introduced in Firefox 3

Contents

[edit] Method overview

void handleEvent(in fuelIEventItem aEvent)

[edit] Attributes

Attribute Type Description

[edit] Methods

[edit] handleEvent()

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

void handleEvent(in fuelIEventItem aEvent)
[edit] Parameters
aEvent
The fuelIEventItem associated with the event.
[edit] Return value

[edit] See also