GWT Custom Event Handler

后端 未结 8 595
慢半拍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:25

    Sounds like you want PropertyChange* support. Have a look at gwtx. Google 'gwt PropertyChange' and you will get multiple blogs that explain how to use it.

提交回复
热议问题