UiBinder and Event Handlers (General Performance Question)

2010-07-02 Thread Jim
I have a question about the use of the Uibinder with regard to the simple binding of event handlers. From the examples in the - Developer's Guide - Event Handlers - section, it’s written: “Using anonymous inner classes as in the above example can use excessive memory for a large number of

Re: UiBinder and Event Handlers (General Performance Question)

2010-07-02 Thread Thomas Broyer
On 1 juil, 21:05, Jim rightscr...@gmail.com wrote: I have a question about the use of the Uibinder with regard to the simple binding of event handlers. From the examples in the - Developer's Guide - Event Handlers - section, it’s written: “Using anonymous inner classes as in the above