Re: Creating event objects
Roger I Martin PhD <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
Morten Andersen wrote: > Hi John and Robert > > Robert Hastings wrote: > >> I'm afraid jawin does not currently support event sinking. > > > We actually have some event handling (although from Win32 calls?) in the > DemoConsoleEventHandler, we register a Java object to receive and handle > console events. Yes. I could never fully understand this example; or rather how it could extend to event handling in general. It seem to need the Jawin to provide the native registering specific to the concole event handler. But I did see examples of commercial bridges doing event handling but it wasn't clear if it was done without native coding. > > But since I, like John, have only limited COM-experience, I don't know > if this is something along the lines of registering COM event sinks, or > whether this is totally "of track". Robert can you shed some light on > whether this is the case? > > 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. > > Best Regards > Morten >