Re: XPCOMJavaProxy.hashCode() has huge problem
Michal Ceresna <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200607021926.12689.michal.ceresna__34080.5341642865$1151861167$gmane$org@gmail.com> |
On Friday 30 June 2006 18:55, Eric Suen wrote: Hello, > but use java xpcom, that means we must cast to the right interface, > otherwise, you can not use hashmap, so, how do I know which interface > should I use? all objects are children of nsISupports, so QI to nsISupports Michal