Package com.google.gwt.event.shared

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.