You can listen to all native dom events this way:

Event.addNativePreviewHandler(new NativePreviewHandler(){
    public void onPreviewNativeEvent(NativePreviewEvent event) {
       String eventName = event.getNativeEvent().getType(); // check
this out
    }
});


On 22 jun, 16:43, sunny kapoor <[email protected]> wrote:
> Dear memeber,
>
> Is there any way to listen for all the events of elements in GWT  ?
>
> Many 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to