GWT 2.7.0

Uses of Package
com.google.gwt.event.shared

Packages that use com.google.gwt.event.shared
com.google.gwt.activity.shared Classes used to implement app navigation. 
com.google.gwt.canvas.client Classes for HTML Canvas 2D support. 
com.google.gwt.editor.client A framework for editing bean-like objects. 
com.google.gwt.editor.client.testing Classes used for testing the bean editor support. 
com.google.gwt.editor.ui.client User interface components for the bean editor framework. 
com.google.gwt.event.dom.client Types related to DOM events. 
com.google.gwt.event.logical.shared Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers. 
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.i18n.client Internationalization support for GWT applications. 
com.google.gwt.logging.client Log handlers and related classes for java.util.logging support in GWT. 
com.google.gwt.media.client Widgets for HTML Audio and Video support. 
com.google.gwt.place.shared A package for managing bookmarkable locations in an application. 
com.google.gwt.storage.client Provides for key-value Storage services. 
com.google.gwt.user.cellview.client The "cellview" widget set. 
com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
com.google.gwt.user.datepicker.client The date picker widget and associated types. 
com.google.gwt.view.client Classes and interfaces used by the cellview widget set. 
 

Classes in com.google.gwt.event.shared used by com.google.gwt.activity.shared
EventBus
          Extends {com.google.web.bindery.event.shared.EventBus} for legacy compatibility.
EventHandler
          Marker interface for event handlers.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.canvas.client
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.editor.client
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.editor.client.testing
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.editor.ui.client
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.event.dom.client
EventHandler
          Marker interface for event handlers.
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent.Type
          Type class used to register events with the HandlerManager.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.event.logical.shared
EventHandler
          Marker interface for event handlers.
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent.Type
          Type class used to register events with the HandlerManager.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.event.shared
EventBus
          Extends {com.google.web.bindery.event.shared.EventBus} for legacy compatibility.
EventHandler
          Marker interface for event handlers.
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent.Type
          Type class used to register events with the HandlerManager.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.event.shared.testing
EventBus
          Extends {com.google.web.bindery.event.shared.EventBus} for legacy compatibility.
EventHandler
          Marker interface for event handlers.
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent.Type
          Type class used to register events with the HandlerManager.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.i18n.client
EventHandler
          Marker interface for event handlers.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.logging.client
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.media.client
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.place.shared
EventBus
          Extends {com.google.web.bindery.event.shared.EventBus} for legacy compatibility.
EventHandler
          Marker interface for event handlers.
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent.Type
          Type class used to register events with the HandlerManager.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.storage.client
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.user.cellview.client
EventHandler
          Marker interface for event handlers.
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent.Type
          Type class used to register events with the HandlerManager.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.user.client
EventHandler
          Marker interface for event handlers.
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent.Type
          Type class used to register events with the HandlerManager.
HandlerManager
          Manager responsible for adding handlers to event sources and firing those handlers on passed in events.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.user.client.ui
EventHandler
          Marker interface for event handlers.
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent.Type
          Type class used to register events with the HandlerManager.
HandlerManager
          Manager responsible for adding handlers to event sources and firing those handlers on passed in events.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
UmbrellaException
          Wraps {com.google.web.bindery.event.shared.UmbrellaException} for legacy compatibility.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.user.datepicker.client
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 

Classes in com.google.gwt.event.shared used by com.google.gwt.view.client
EventHandler
          Marker interface for event handlers.
GwtEvent
          Root of all GWT widget and dom events sourced by a HandlerManager.
GwtEvent.Type
          Type class used to register events with the HandlerManager.
HandlerRegistration
          Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.
HasHandlers
          An object that implements this interface has a collection of event handlers associated with it.
 


GWT 2.7.0