Package com.google.web.bindery.event.shared
package com.google.web.bindery.event.shared
-
ClassDescriptionEvent<H>Base Event object.Event.Type<H>Type class used to register events with an
EventBus
.DispatchesEvent
s to interested parties.Registration objects returned when an event handler is bound (e.g.A utility class to help deal withhandler registrations
.Wraps an EventBus to hold on to any HandlerRegistrations, so that they can easily all be cleared at once.Basic implementation ofEventBus
.