Mac OS X Reference Library Apple Developer
Search

AbstractWorker

Module:
threads
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 evt) raises(EventException); 

removeEventListener



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

Member Data

onerror

onerror



attribute EventListener onerror; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27