The EventListener interface represents an object that can handle an event dispatched by an EventTarget object.

Documentation EventListener by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Fields

handleEvent(event:Event):Void

A function that is called whenever an event of the specified type occurs.