|
GWT 0.0.0 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 | Deprecated. with no replacement; this class is no longer used by any GWT code |
EventBus | Dispatches GwtEvent s to interested parties. |
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. |
ResettableEventBus | Wraps an EventBus to hold on to any HandlerRegistrations, so that they can easily all be cleared at once. |
SimpleEventBus | Basic implementation of EventBus . |
Exception Summary | |
---|---|
UmbrellaException | A RuntimeException that collects a Set of child
Throwable s together. |
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 0.0.0 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |