GWT 2.7.0

Uses of Package
com.google.web.bindery.event.shared

Packages that use com.google.web.bindery.event.shared
com.google.gwt.activity.shared Classes used to implement app navigation. 
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.place.shared A package for managing bookmarkable locations in an application. 
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. 
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. 
com.google.web.bindery.requestfactory.shared.testing   
com.google.web.bindery.requestfactory.vm Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE environment. 
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.activity.shared
EventBus
          Dispatches Events to interested parties.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.event.dom.client
Event
          Base Event object.
Event.Type
          Type class used to register events with an EventBus.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.event.logical.shared
Event
          Base Event object.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.event.shared
Event
          Base Event object.
Event.Type
          Type class used to register events with an EventBus.
EventBus
          Dispatches Events to interested parties.
HandlerRegistration
          Registration objects returned when an event handler is bound (e.g.
UmbrellaException
          A RuntimeException that collects a Set of child Throwables together.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.event.shared.testing
Event
          Base Event object.
Event.Type
          Type class used to register events with an EventBus.
HandlerRegistration
          Registration objects returned when an event handler is bound (e.g.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.place.shared
Event
          Base Event object.
EventBus
          Dispatches Events to interested parties.
HandlerRegistration
          Registration objects returned when an event handler is bound (e.g.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.user.cellview.client
Event
          Base Event object.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.user.client
Event
          Base Event object.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.user.client.ui
Event
          Base Event object.
UmbrellaException
          A RuntimeException that collects a Set of child Throwables together.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.user.datepicker.client
Event
          Base Event object.
 

Classes in com.google.web.bindery.event.shared used by com.google.gwt.view.client
Event
          Base Event object.
 

Classes in com.google.web.bindery.event.shared used by com.google.web.bindery.event.shared
Event.Type
          Type class used to register events with an EventBus.
EventBus
          Dispatches Events to interested parties.
HandlerRegistration
          Registration objects returned when an event handler is bound (e.g.
 

Classes in com.google.web.bindery.event.shared used by com.google.web.bindery.event.shared.testing
Event
          Base Event object.
Event.Type
          Type class used to register events with an EventBus.
EventBus
          Dispatches Events to interested parties.
HandlerRegistration
          Registration objects returned when an event handler is bound (e.g.
 

Classes in com.google.web.bindery.event.shared used by com.google.web.bindery.requestfactory.gwt.client
EventBus
          Dispatches Events to interested parties.
 

Classes in com.google.web.bindery.event.shared used by com.google.web.bindery.requestfactory.gwt.client.testing
EventBus
          Dispatches Events to interested parties.
 

Classes in com.google.web.bindery.event.shared used by com.google.web.bindery.requestfactory.shared
Event
          Base Event object.
Event.Type
          Type class used to register events with an EventBus.
EventBus
          Dispatches Events to interested parties.
HandlerRegistration
          Registration objects returned when an event handler is bound (e.g.
 

Classes in com.google.web.bindery.event.shared used by com.google.web.bindery.requestfactory.shared.testing
EventBus
          Dispatches Events to interested parties.
 

Classes in com.google.web.bindery.event.shared used by com.google.web.bindery.requestfactory.vm
EventBus
          Dispatches Events to interested parties.
 


GWT 2.7.0