Re: Creating event objects
John Pompeii <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Hi Morton, > >And, finally I am afraid the registering of the event handler is one of >the more undocumented features of Jawin, that probably only Stuart knows >the exact details of. > I guess that's the part to figure out first. Getting a COM component built in C++ that implements the event interface is just busy work; no big deal; along with recording a java proxy instance. The real unknown (for me, anyway) is what's suppose to happen when an object (once it's created) is passed to the method, sent to invokeN in the array of args, and ultimately is marshalled by Varient.writeObject. This method supports marshalling UnknownPtr's but is that the proper thing to do when the receiving method is expecting an interface pointer to some specific interface? It's long way of asking what the java class is suppose to look like and is the marshalling support currently there. thanks, --john