What is the purpose of registering event handlers? I originally
thought it was to avoid memory leaks, but that doesn't seem to be
true, given that the whole point of the handler API was to avoid
accidental memory leaks, making so that developers didn't have to
worry about it. Is it just to allow the code that is registering the
handler to later de-register it?

-- 
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