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.

nsIRunnable

nsIRunnable is generated from  nsIRunnable.idl
 
Here is the prototype of nsIRunnable.idl
 
/**
 * Represents a task which can be dispatched to a thread for execution.
 */
 
interface nsIRunnable : nsISupports
{
    /**
     * The function implementing the task to be run.
     */
    void run();
};
 

 

Document Tags and Contributors

 Contributors to this page: Sheppy, brucebaozhiqiang
 Last updated by: Sheppy,