Package com.google.gwt.event.shared


package com.google.gwt.event.shared
Shared infrastructure underlying both browser and non-browser events. Types within this package do not use JSNI and do not have static (even indirect) dependencies upon types which use JSNI.
  • Class
    Description
    Extends {com.google.web.bindery.event.shared.EventBus} for legacy compatibility.
    Marker interface for event handlers.
    Root of all GWT widget and dom events sourced by a HandlerManager.
    Type class used to register events with the HandlerManager.
    Manager responsible for adding handlers to event sources and firing those handlers on passed in events.
    Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
    An object that implements this interface has a collection of event handlers associated with it.
    Wrapper class to ease the transition to HandlerRegistration.
    Wraps {com.google.web.bindery.event.shared.ResettableEventBus} for legacy compatibility.
    Wraps {com.google.web.bindery.event.shared.SimpleEventBus} for legacy compatibility.
    Wraps {com.google.web.bindery.event.shared.UmbrellaException} for legacy compatibility.