He Thomas, Your suggestion about Widget::fireEvent(GwtEvent<?) and Widget::delegateEvent(Widget,GwtEvent<?>) doesn't really work I think, as you that means that the listeners have to be registered on the specified widget.
It's merely a forward of the event to the listeners of the specified widget. But that's not what I want. I just want to adjust the source of the handler manager of widget X to another widget. If I do it the way you suggest it means I also have to move the listeners to the other source widget as they are otherwise not informed... (the handler manager isn't a static property in Widget). -- Ed --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
