Riga Vit wrote:

> I need some information about the possibility to create new type of event
> and fire it from an XPCOM object (C++) to the HTML document on the browser.


You can embed some JavaScript in your HTML to create an observer object.

In your realtime C++ code, use GetProxyForObject (or something like that) to
call the methods on the JavaScript observer object.

-rick


Reply via email to