GWT Custom Event Handler

后端 未结 8 594
慢半拍i
慢半拍i 2020-12-07 16:44

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.

8条回答
  •  -上瘾入骨i
    2020-12-07 17:15

    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.

提交回复
热议问题