google-code-export / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
1 stars 0 forks source link

Patch for /gwtp-samples/gwtp-sample-nested/src/main/java/com/gwtplatform/samples/nested/client/presenter/AboutUsPresenter.java #433

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
import com.google.gwt.event.shared.EventBus;

Original issue reported on code.google.com by sanjeev.pk on 7 Aug 2012 at 6:54

Attachments:

GoogleCodeExporter commented 9 years ago
EventBus import statement has to be changed.

Original comment by sanjeev.pk on 7 Aug 2012 at 6:54

GoogleCodeExporter commented 9 years ago
event.shared.EventBus is deprecated by GWT and isn't used anymore in GWT 0.7+

Original comment by goudreau...@gmail.com on 27 Nov 2012 at 2:40