In here in says we can: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/aaf3896af8a10969/13b07a31440532ce?lnk=gst&q=catch+all+events#13b07a31440532ce
But here they say it is easy way in javascript: http://stackoverflow.com/questions/5107232/is-it-possible-to-programmatically-catch-all-events-on-the-page-in-the-browser In Java, for AWT and SWT there is an event bus so a programmer can catch all GUI events without explicitly adding event listener to all widgets. Is it possible to programmatically catch all events on the page in the browser? Even if the developer uses preventdefault or stopbubbling, can I catch the event? thanks -- 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.
