Uses of Class
com.google.web.bindery.event.shared.EventBus
Package
Description
Classes used to implement app navigation.
Shared infrastructure underlying both browser and non-browser events.
Classes used for testing the GWT event bus.
A package for managing bookmarkable locations in an application.
A package for managing client-server requests.
Classes used for testing the request factory service.
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE
environment.
-
Uses of EventBus in com.google.web.bindery.requestfactory.gwt.client
Modifier and TypeMethodDescriptionvoid
RequestFactoryEditorDriver.initialize
(EventBus eventBus, RequestFactory requestFactory, E editor) Overload ofRequestFactoryEditorDriver.initialize(RequestFactory, Editor)
to allow a modifiedEventBus
to be monitored for subscription services. -
Uses of EventBus in com.google.web.bindery.requestfactory.gwt.client.testing
Modifier and TypeMethodDescriptionMockRequestFactoryEditorDriver.getEventBus()
Returnsnull
or the last value recorded.Modifier and TypeMethodDescriptionvoid
MockRequestFactoryEditorDriver.initialize
(EventBus eventBus, RequestFactory requestFactory, E editor) Records its arguments. -
Uses of EventBus in com.google.web.bindery.requestfactory.vm