XPCOM:nsIEventTargetManager

From MozillaWiki
Revision as of 19:42, 9 November 2005 by Darin (talk | contribs) (→‎Summary)
Jump to navigation Jump to search

Summary

Provide an interface that exposes our event queue system in a freezable and scriptable fashion.

nsIEventTarget abstracts the posting of a PLEvent to a thread event queue. It is currently implemented by nsEventQueue, nsSocketTransportService, and nsIOThreadPool. Most consumers only know how to work with a nsIEventQueue, which is only implemented by the nsEventQueue class.