For example, the onscroll 
<https://www.w3schools.com/jsref/event_onscroll.asp> event could have been 
passed an Event <https://www.w3schools.com/jsref/obj_event.asp> or UIEvent 
<https://www.w3schools.com/jsref/obj_uievent.asp> and GWT has the 
ScrollEvent 
<http://www.gwtproject.org/javadoc/latest/com/google/gwt/event/dom/client/ScrollEvent.html>
 class 
for developers to handle it. But, does GWT give the developer a way to tell 
if the event was passed an Event 
<https://www.w3schools.com/jsref/obj_event.asp> or UIEvent 
<https://www.w3schools.com/jsref/obj_uievent.asp>? This is further 
complicated with the Error 
<https://www.w3schools.com/jsref/event_onerror.asp>, which can be passed 
Event <https://www.w3schools.com/jsref/obj_event.asp>, UIEvent 
<https://www.w3schools.com/jsref/obj_uievent.asp>, or ProgressEvent 
<https://www.w3schools.com/jsref/obj_progressevent.asp>.

Thank you,

Oliver

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/d024be93-997a-46c8-ae58-41f90480f25dn%40googlegroups.com.

Reply via email to