Example usage for com.google.gwt.event.shared SimpleEventBus subclass-usage

List of usage examples for com.google.gwt.event.shared SimpleEventBus subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.event.shared SimpleEventBus subclass-usage.

Usage

From source file cc.kune.common.client.events.EventBusWithLogging.java

/**
 * The Class EventBusWithLogging.
 *
 * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado)
 */
public class EventBusWithLogging extends SimpleEventBus {

From source file cc.kune.common.client.events.EventBusWithoutLogging.java

/**
 * The Class EventBusWithoutLogging.
 *
 * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado)
 */
public class EventBusWithoutLogging extends SimpleEventBus {

From source file com.emitrom.easygwt.wf.client.events.EventsBus.java

/**
 * Main Event Bus to be used by the user interface.
 * 
 * Provides a single instance that can be used by the user interface implemenation
 * to fire and handle events.
 * 

From source file gwt.material.design.client.pwa.serviceworker.network.NetworkStatusManager.java

/**
 * A Network Status Manager that listens to any Online / Offline network status updates.
 *
 * @author kevzlou7979@gmail.com
 */
public class NetworkStatusManager extends SimpleEventBus {

From source file next.celebs.di.UiEventBus.java

/**
 * A master SimpleEventBus object listening for events and notifying the registered handlers.
 * <p>
 */
public class UiEventBus extends SimpleEventBus {

From source file org.apache.cxf.management.web.browser.client.DefaultEventBus.java

@Singleton
public class DefaultEventBus extends SimpleEventBus {

    @Inject
    public DefaultEventBus() {
        super();

From source file org.hudsonci.gwt.common.LoggingEventBus.java

/**
 * Logging {@link SimpleEventBus}.
 *
 * @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
 * @since 2.1.0
 */

From source file ywb.c.di.UiEventBus.java

public class UiEventBus extends SimpleEventBus {

}