272
edits
m (→nsIThread) |
m (→nsIThread) |
||
Line 100: | Line 100: | ||
/** | /** | ||
* Process the next event. If there are no pending events, then this | * Process the next event. If there are no pending events, then this | ||
* method | * method may wait -- provided mayWait is true -- until an event is | ||
* dispatched to this thread. This method is re-entrant but may only be | |||
* | * called if this thread is the current thread. | ||
* | |||
* @return A boolean value that is "true" if an event was processed. | |||
*/ | */ | ||
boolean processNextEvent(in boolean mayWait); | boolean processNextEvent(in boolean mayWait); |
edits