When registering handlers that may live on after the source widget is
removed from GUI, is it acceptable to never explicitly release the
handler relationship? If it was plain Java, the answer would be yes,
because the handler would not have references to the source and
therefore would not preclude it from being garbage-collected.
However, I'm not sure what happens in the GWT Javascript handler
mechanism.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---