Package com.google.web.bindery.event.shared
-
Interface Summary Interface Description HandlerRegistration Registration objects returned when an event handler is bound (e.g. -
Class Summary Class Description Event<H> Base Event object.Event.Type<H> Type class used to register events with anEventBus
.EventBus DispatchesEvent
s to interested parties.HandlerRegistrations A utility class to help deal withhandler registrations
.ResettableEventBus Wraps an EventBus to hold on to any HandlerRegistrations, so that they can easily all be cleared at once.SimpleEventBus Basic implementation ofEventBus
. -
Exception Summary Exception Description UmbrellaException ARuntimeException
that collects aSet
of childThrowable
s together.