GWT 2.0.3

Package com.google.gwt.event.shared

Shared infrastructure underlying both browser and non-browser events.

See:
          Description

Interface Summary
EventHandler Marker interface for event handlers.
HandlerRegistration Registration returned from a call to HandlerManager.addHandler(com.google.gwt.event.shared.GwtEvent.Type, EventHandler) .
HasHandlers An object that implements this interface has a collection of event handlers associated with it.
 

Class Summary
DefaultHandlerRegistration Default implementation of HandlerRegistration.
GwtEvent<H extends EventHandler> Root of all GWT events.
GwtEvent.Type<H> 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.
 

Package com.google.gwt.event.shared Description

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.


GWT 2.0.3