|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventBus | |
---|---|
com.google.gwt.event.shared | Shared infrastructure underlying both browser and non-browser events. |
com.google.web.bindery.event.shared | |
com.google.web.bindery.event.shared.testing | |
com.google.web.bindery.requestfactory.gwt.client | A package for managing client-server requests. |
com.google.web.bindery.requestfactory.gwt.client.testing | Classes used for testing the request factory service. |
com.google.web.bindery.requestfactory.shared | Shared classes used on both the client and the server side for transmitting data between the server and the client in JSON format. |
Uses of EventBus in com.google.gwt.event.shared |
---|
Subclasses of EventBus in com.google.gwt.event.shared | |
---|---|
class |
EventBus
Extends {com.google.web.bindery.event.shared.EventBus} for legacy compatibility. |
Uses of EventBus in com.google.web.bindery.event.shared |
---|
Subclasses of EventBus in com.google.web.bindery.event.shared | |
---|---|
class |
ResettableEventBus
Wraps an EventBus to hold on to any HandlerRegistrations, so that they can easily all be cleared at once. |
class |
SimpleEventBus
Basic implementation of EventBus . |
Constructors in com.google.web.bindery.event.shared with parameters of type EventBus | |
---|---|
ResettableEventBus(EventBus wrappedBus)
|
Uses of EventBus in com.google.web.bindery.event.shared.testing |
---|
Subclasses of EventBus in com.google.web.bindery.event.shared.testing | |
---|---|
class |
CountingEventBus
Wraps an EventBus to keep a count of registered handlers. |
Constructors in com.google.web.bindery.event.shared.testing with parameters of type EventBus | |
---|---|
CountingEventBus(EventBus wrapped)
|
Uses of EventBus in com.google.web.bindery.requestfactory.gwt.client |
---|
Methods in com.google.web.bindery.requestfactory.gwt.client with parameters of type EventBus | |
---|---|
void |
RequestFactoryEditorDriver.initialize(EventBus eventBus,
RequestFactory requestFactory,
E editor)
Overload of RequestFactoryEditorDriver.initialize(RequestFactory, Editor) to allow a modified
EventBus 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 EventBus | |
---|---|
EventBus |
MockRequestFactoryEditorDriver.getEventBus()
Returns null or the last value recorded. |
Methods in com.google.web.bindery.requestfactory.gwt.client.testing with parameters of type EventBus | |
---|---|
void |
MockRequestFactoryEditorDriver.initialize(EventBus eventBus,
RequestFactory requestFactory,
E editor)
Records its arguments. |
Uses of EventBus in com.google.web.bindery.requestfactory.shared |
---|
Methods in com.google.web.bindery.requestfactory.shared that return EventBus | |
---|---|
EventBus |
RequestFactory.getEventBus()
Returns the event bus this factory's events are posted on, which was set via RequestFactory.initialize(com.google.web.bindery.event.shared.EventBus) . |
Methods in com.google.web.bindery.requestfactory.shared with parameters of type EventBus | ||
---|---|---|
void |
RequestFactory.initialize(EventBus eventBus)
Start this request factory with a DefaultRequestTransport . |
|
void |
RequestFactory.initialize(EventBus eventBus,
RequestTransport transport)
Start this request factory with a user-provided transport. |
|
static
|
EntityProxyChange.registerForProxyType(EventBus eventBus,
java.lang.Class<P> proxyType,
EntityProxyChange.Handler<P> handler)
Register a handler for a EntityProxyChange events for a particular proxy class. |
|
GWT 2.3.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |