Using Java Xpcom to notify events
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <1170717002.423006.83470__42244.6328368553$1170720825$gmane$org@p10g2000cwp.googlegroups.com> |
Hi i am trying to create a firefox extention that communicate informations about navigation to a graph navigator (developped with java) which discribe browser navigation using graph. the problem is that javascrip don't provide possibility to communicate those informations, so i thought to use java xpcom to resolve the problem, but i don't know how to use it exactly, my problem is why can i notify events (mouse clicks and links access) to my application. thank you.