Which GWT EventBus should I use?

后端 未结 4 1668
时光取名叫无心
时光取名叫无心 2021-02-18 16:43

In the gwt-user.jar there are 2 EventBus interfaces and SimpleEventBus implmentations.

com.google.gwt.event.shared.EventBus and com.google.web.bindery

4条回答
  •  长情又很酷
    2021-02-18 17:41

    If you use Activities, then you'll probably have to use the deprecated one, at least until they clean up the whole API: http://code.google.com/p/google-web-toolkit/issues/detail?id=6653.

提交回复
热议问题