On Wed, Feb 10, 2010 at 10:56 AM, John LaBanca <jlaba...@google.com> wrote:

> We also make getHandlerManager() protected, which allows users to replace
> the HandlerManager if they really want to by overriding getHandlerManager to
> return one of many.  It would be up to the developer to add a
> setHandlerManager() method in their own widgets that would change the return
> value of getHandlerManager(), so its intentionally more difficult and
> therefore forces the developer to think about it a little more.
>

The javadoc for getHandlerManager would have to say that the result can't be
cached and should be called each time you need one.

-- 
John A. Tamplin
Software Engineer (GWT), Google

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to