272
edits
m (→darin:) |
|||
Line 151: | Line 151: | ||
* Indicates whether or not the method is allowed to block the calling | * Indicates whether or not the method is allowed to block the calling | ||
* thread. For example, this parameter is false during thread shutdown. | * thread. For example, this parameter is false during thread shutdown. | ||
* @param recursionDepth | |||
* Indicates the number of calls to ProcessNextEvent on the call stack | |||
* in addition to the current call. | |||
*/ | */ | ||
void onProcessNextEvent(in nsIThreadInternal thread, | void onProcessNextEvent(in nsIThreadInternal thread, in boolean mayWait, | ||
in | in unsigned long recursionDepth); | ||
}; | }; | ||
edits