EventTarget

Module:
events
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

addEventListener
dispatchEvent
removeEventListener

addEventListener


void addEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture); 


dispatchEvent


boolean dispatchEvent(
    in Event event) raises(EventException); 


removeEventListener


void removeEventListener(
    in DOMString type, 
    in EventListener listener, 
    in boolean useCapture); 

 

Last Updated: 2009-05-29