Re: Is there a garbage college for removed elements?

2009-02-13 Thread Arthur Kalmenson
GWT does not handle garbage collection itself, that's handled by the browser's Javascript engine. Once you lose a reference to an object, it should be garbage collected. Unfortunately IE's garbage collection (and JS engine in general) is pretty crappy. -- Arthur Kalmenson On Thu, Feb 12, 2009

Is there a garbage college for removed elements?

2009-02-12 Thread flyingb...@gmail.com
Just wondering does gwt handle garbage collection. For example if I attach a widget than later unreference it. Will the widget listeners/handlers be removed or will it still be trying to listen for that widget? --~--~-~--~~~---~--~~ You received this message