WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
nsIThreadEventFilter
| IID: | a0605c0b-17f5-4681-b8cd-a1cd75d42559 |
| Inherits From: | nsISupports |
Methods
[notxpcom] PRBool acceptEvent ( nsIRunnable event )
[notxpcom] PRBool acceptEvent ( nsIRunnable event )
This method is called to determine whether or not an event may be accepted by a "nested" event queue (see nsIThreadInternal::PushEventQueue).
WARNING: This method must not make any calls on the thread object.
- Arguments:
- event: The event being dispatched.
References
This interface is passed as an argument to the following methods:
nsIThreadInternal.pushEventQueue
Reference documentation is generated from Mozilla's source.
