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