MGWT AnimatingActivityManager

MGWT AnimatingActivityManager

环境:
MGWT 2.0.0
GWT-PhoneGap 3.5.0.0
GWT 2.7.0
Java1.7

错误信息: "The constructor PlaceController(SimpleEventBus) is undefined"

如何: 我将项目从 GWT 2.6.0 转换为 GWT 2.7.0。

问题: 看起来 com.googlecode.mgwt.mvp.client.AnimatingActivityManager 期待 com.google.web.bindery.event.shared.EventBus,但是在 GWT 2.7.0 中实例化 PlaceController (com.google.gwt.place.shared.PlaceController) 的唯一方法是使用 com.google.gwt.event.shared.SimpleEventBus,它是com.google.gwt.event.shared.EventBus.

我想这意味着 MGWT 需要调整 AnimatingActivityManager 以接受非 web-bindery EventBus?还是我做错了什么?

一般来说,从 GWT 2.6 到 2.7 的任何转换,请确保您没有对 GWT 2.6 的任何零散引用。在我的 2.7 实现中有一个 2.6 JAR 文件。