|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventBus | |
---|---|
com.google.gwt.activity.shared | Classes used to implement app navigation. |
com.google.gwt.event.shared | Shared infrastructure underlying both browser and non-browser events. |
com.google.gwt.event.shared.testing | Classes used for testing the GWT event bus. |
com.google.gwt.place.shared | A package for managing bookmarkable locations in an application. |
com.google.gwt.requestfactory.client | A package for managing client-server requests. |
com.google.gwt.requestfactory.client.testing | Classes used for testing the request factory service. |
com.google.gwt.requestfactory.shared | Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. |
Uses of EventBus in com.google.gwt.activity.shared |
---|
Methods in com.google.gwt.activity.shared with parameters of type EventBus | |
---|---|
void |
Activity.start(AcceptsOneWidget panel,
EventBus eventBus)
Called when the Activity should ready its widget for the user. |
Constructors in com.google.gwt.activity.shared with parameters of type EventBus | |
---|---|
ActivityManager(ActivityMapper mapper,
EventBus eventBus)
Create an ActivityManager. |
Uses of EventBus in com.google.gwt.event.shared |
---|
Subclasses of EventBus in com.google.gwt.event.shared | |
---|---|
class |
ResettableEventBus
Wraps {com.google.web.bindery.event.shared.ResettableEventBus} for legacy compatibility. |
class |
SimpleEventBus
Wraps {com.google.web.bindery.event.shared.SimpleEventBus} for legacy compatibility. |
Constructors in com.google.gwt.event.shared with parameters of type EventBus | |
---|---|
ResettableEventBus(EventBus wrappedBus)
|
Uses of EventBus in com.google.gwt.event.shared.testing |
---|
Subclasses of EventBus in com.google.gwt.event.shared.testing | |
---|---|
class |
CountingEventBus
Legacy compatibility wrapper for CountingEventBus . |
Constructors in com.google.gwt.event.shared.testing with parameters of type EventBus | |
---|---|
CountingEventBus(EventBus wrapped)
|
Uses of EventBus in com.google.gwt.place.shared |
---|
Methods in com.google.gwt.place.shared with parameters of type EventBus | |
---|---|
HandlerRegistration |
PlaceHistoryHandler.register(PlaceController placeController,
EventBus eventBus,
Place defaultPlace)
Initialize this place history handler. |
Constructors in com.google.gwt.place.shared with parameters of type EventBus | |
---|---|
PlaceController(EventBus eventBus)
Create a new PlaceController with a PlaceController.DefaultDelegate . |
|
PlaceController(EventBus eventBus,
PlaceController.Delegate delegate)
Create a new PlaceController. |
Uses of EventBus in com.google.gwt.requestfactory.client |
---|
Methods in com.google.gwt.requestfactory.client with parameters of type EventBus | |
---|---|
void |
RequestFactoryEditorDriver.initialize(EventBus eventBus,
RequestFactory requestFactory,
E editor)
Deprecated. Overload of RequestFactoryEditorDriver.initialize(RequestFactory, Editor) to allow a modified
EventBus to be monitored for subscription services. |
Uses of EventBus in com.google.gwt.requestfactory.client.testing |
---|
Methods in com.google.gwt.requestfactory.client.testing that return EventBus | |
---|---|
EventBus |
MockRequestFactoryEditorDriver.getEventBus()
Deprecated. Returns null or the last value recorded. |
Methods in com.google.gwt.requestfactory.client.testing with parameters of type EventBus | |
---|---|
void |
MockRequestFactoryEditorDriver.initialize(EventBus eventBus,
RequestFactory requestFactory,
E editor)
Deprecated. Records its arguments. |
Uses of EventBus in com.google.gwt.requestfactory.shared |
---|
Methods in com.google.gwt.requestfactory.shared that return EventBus | |
---|---|
EventBus |
RequestFactory.getEventBus()
Deprecated. Returns the event bus this factory's events are posted on, which was set via RequestFactory.initialize(com.google.gwt.event.shared.EventBus) . |
Methods in com.google.gwt.requestfactory.shared with parameters of type EventBus | ||
---|---|---|
void |
RequestFactory.initialize(EventBus eventBus)
Deprecated. Start this request factory with a DefaultRequestTransport . |
|
void |
RequestFactory.initialize(EventBus eventBus,
RequestTransport transport)
Deprecated. Start this request factory with a user-provided transport. |
|
static
|
EntityProxyChange.registerForProxyType(EventBus eventBus,
java.lang.Class<P> proxyType,
EntityProxyChange.Handler<P> handler)
Deprecated. Register a handler for a EntityProxyChange events for a particular proxy class. |
|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |