Uses of Class
com.google.web.bindery.event.shared.EventBus
Packages that use 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
Methods in com.google.web.bindery.requestfactory.gwt.client with parameters of type EventBusModifier 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
Methods in com.google.web.bindery.requestfactory.gwt.client.testing that return EventBusModifier and TypeMethodDescriptionMockRequestFactoryEditorDriver.getEventBus()
Returnsnull
or the last value recorded.Methods in com.google.web.bindery.requestfactory.gwt.client.testing with parameters of type EventBusModifier and TypeMethodDescriptionvoid
MockRequestFactoryEditorDriver.initialize
(EventBus eventBus, RequestFactory requestFactory, E editor) Records its arguments. -
Uses of EventBus in com.google.web.bindery.requestfactory.vm
Methods in com.google.web.bindery.requestfactory.vm with parameters of type EventBus