On Feb 8, 11:17 am, Thomas Broyer <[email protected]> wrote: > On Feb 7, 7:54 pm, "[email protected]" <[email protected]> wrote: > > Is there a way to get GWT to deliver new native events to > > Widget.onBrowserEvent(), > > Yes, just use > @com.google.gwt.user.client.impl.DOMImplStandard::dispatchEvent as the > handler. > > > or do I have register a listener myself in > > JavaScript code? > > You'd have to register the listener anyway.
Thanks! Alexander (aka Sasha) Maryanovsky. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
