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.

nsIToolkit

This interface is used to initialize a message pump.
Inherits from: nsISupports Last changed in Gecko 1.0

Method overview

void Init(in PRThread aThread);

Methods

Init()

Initialize this toolkit with aThread.

void Init(
  in PRThread aThread
);
Parameters
aThread
The thread passed in runs the message pump. null can be passed in, in which case a new thread gets created and a message pump will run in that thread.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, trevorh, Hashem
 Last updated by: Sheppy,