Can someone give me an example of creating a custom set of an Event and a Handler. Say you have a Person object that you want your widgets to know if it got updated.
I think that the most complete and detailed example is in this article
It contains also an example project that shows exactly how to properly use define custom events and use GWT's HandlerManager class.