I have created some custom composite widget, which listens to an events (in my case loginEvent). Once the event is caught the state of the widget changes so as the way it should look (in my case I would like to change one of the icons to a signal that the user is logged in).
How, after the event is cought, can I make the widget draw itself again according to the new state?
I am pretty new to the gwt so be gentle and please elaborate...