David Huynh wrote:

I'm trying to pass a Java object (e.g., Packages.java.lang.Class) into an XP component. The XP component has the following interface:

Ideally LiveConnect will expose the Java object to JavaScript. Enumerating is probably only going to show you the methods for the interfaces it's been QI'd to. You should either specify test to take an interface of the type, or QI it to the ultimate interface and try making the call and/or enumerating the properties.


David
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to