Uses of Interface
com.google.web.bindery.event.shared.HandlerRegistration
Package
Description
Shared infrastructure underlying both browser and non-browser events.
Classes used for testing the GWT event bus.
A package for managing bookmarkable locations in an application.
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
-
Uses of HandlerRegistration in com.google.gwt.event.shared
Modifier and TypeInterfaceDescriptioninterface
Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.Modifier and TypeClassDescriptionclass
Wrapper class to ease the transition toHandlerRegistration
.Modifier and TypeMethodDescriptionEventBus.addHandler
(Event.Type<H> type, H handler) ResettableEventBus.addHandler
(Event.Type<H> type, H handler) SimpleEventBus.addHandler
(Event.Type<H> type, H handler) EventBus.addHandlerToSource
(Event.Type<H> type, Object source, H handler) ResettableEventBus.addHandlerToSource
(Event.Type<H> type, Object source, H handler) SimpleEventBus.addHandlerToSource
(Event.Type<H> type, Object source, H handler) Modifier and TypeMethodDescriptionprotected HandlerRegistration
EventBus.wrap
(HandlerRegistration reg) -
Uses of HandlerRegistration in com.google.gwt.event.shared.testing
Modifier and TypeMethodDescriptionCountingEventBus.addHandler
(Event.Type<H> type, H handler) CountingEventBus.addHandlerToSource
(Event.Type<H> type, Object source, H handler) -
Uses of HandlerRegistration in com.google.gwt.place.shared
Modifier and TypeMethodDescriptionPlaceHistoryHandler.register
(PlaceController placeController, EventBus eventBus, Place defaultPlace) Initialize this place history handler. -
Uses of HandlerRegistration in com.google.web.bindery.event.shared
Modifier and TypeMethodDescriptionabstract <H> HandlerRegistration
EventBus.addHandler
(Event.Type<H> type, H handler) Adds an unfiltered handler to receive events of this type from all sources.ResettableEventBus.addHandler
(Event.Type<H> type, H handler) SimpleEventBus.addHandler
(Event.Type<H> type, H handler) abstract <H> HandlerRegistration
EventBus.addHandlerToSource
(Event.Type<H> type, Object source, H handler) Adds a handler to receive events of this type from the given source.ResettableEventBus.addHandlerToSource
(Event.Type<H> type, Object source, H handler) SimpleEventBus.addHandlerToSource
(Event.Type<H> type, Object source, H handler) static HandlerRegistration
HandlerRegistrations.compose
(HandlerRegistration... handlers) Create and return aHandlerRegistration
that will callremoveHandler()
on all supplied handlers ifremoveHandler()
is called on the returned object.Modifier and TypeMethodDescriptionstatic HandlerRegistration
HandlerRegistrations.compose
(HandlerRegistration... handlers) Create and return aHandlerRegistration
that will callremoveHandler()
on all supplied handlers ifremoveHandler()
is called on the returned object. -
Uses of HandlerRegistration in com.google.web.bindery.event.shared.testing
Modifier and TypeMethodDescriptionCountingEventBus.addHandler
(Event.Type<H> type, H handler) RecordingEventBus.addHandler
(Event.Type<H> type, H handler) CountingEventBus.addHandlerToSource
(Event.Type<H> type, Object source, H handler) RecordingEventBus.addHandlerToSource
(Event.Type<H> type, Object source, H handler) -
Uses of HandlerRegistration in com.google.web.bindery.requestfactory.shared
Modifier and TypeMethodDescriptionstatic <P extends EntityProxy>
HandlerRegistrationEntityProxyChange.registerForProxyType
(EventBus eventBus, Class<P> proxyType, EntityProxyChange.Handler<P> handler) Register a handler for a EntityProxyChange events for a particular proxy class.