GWT Custom Event Handler

后端 未结 8 599
慢半拍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条回答
  •  不思量自难忘°
    2020-12-07 17:28

    You might want to have a look at the ValueChangeHandler and ValueChangeEvent in GWT 1.6. Those might work for what you're trying to do.

提交回复
热议问题