Example usage for com.google.gwt.requestfactory.shared RequestFactory getEventBus

List of usage examples for com.google.gwt.requestfactory.shared RequestFactory getEventBus

Introduction

In this page you can find the example usage for com.google.gwt.requestfactory.shared RequestFactory getEventBus.

Prototype

EventBus getEventBus();

Source Link

Document

Returns the event bus this factory's events are posted on, which was set via #initialize .

Usage

From source file:com.google.gwt.requestfactory.client.testing.MockRequestFactoryEditorDriver.java

License:Apache License

public void initialize(RequestFactory requestFactory, E editor) {
    this.initialize(requestFactory.getEventBus(), requestFactory, editor);
}