Hi Ian All of the add*Handler methods return a HandlerRegistration object, you keep a reference to it, and then invoke HandlerRegistration.removeHandler() when you want to remove it.
I wasn't to sure of whether I liked it or not at first, but it does make automated removal of Handlers on auto-generated structures (populated from some external source) a lot easier, since you can just store all the HandlerRegistrations. Cheers, Jason. Ian Bambury wrote: > History lets you add one, but how do I get rid of it? > > Ta, > > Ian > > http://examples.roughian.com > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
