Uses of Interface
com.google.web.bindery.event.shared.HandlerRegistration
Packages that use 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
Subinterfaces of HandlerRegistration in com.google.gwt.event.sharedModifier and TypeInterfaceDescriptioninterface
Extends {com.google.bindery.event.shared.HandlerRegistration} for legacy compatibility.Classes in com.google.gwt.event.shared that implement HandlerRegistrationModifier and TypeClassDescriptionclass
Wrapper class to ease the transition toHandlerRegistration
.Methods in com.google.gwt.event.shared that return HandlerRegistrationModifier 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) Methods in com.google.gwt.event.shared with parameters of type HandlerRegistrationModifier and TypeMethodDescriptionprotected HandlerRegistration
EventBus.wrap
(HandlerRegistration reg) Constructors in com.google.gwt.event.shared with parameters of type HandlerRegistration -
Uses of HandlerRegistration in com.google.gwt.event.shared.testing
Methods in com.google.gwt.event.shared.testing that return HandlerRegistrationModifier 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
Methods in com.google.gwt.place.shared that return HandlerRegistrationModifier and TypeMethodDescriptionPlaceHistoryHandler.register
(PlaceController placeController, EventBus eventBus, Place defaultPlace) Initialize this place history handler. -
Uses of HandlerRegistration in com.google.web.bindery.event.shared
Methods in com.google.web.bindery.event.shared that return HandlerRegistrationModifier 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.Methods in com.google.web.bindery.event.shared with parameters of type HandlerRegistrationModifier 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
Methods in com.google.web.bindery.event.shared.testing that return HandlerRegistrationModifier 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
Methods in com.google.web.bindery.requestfactory.shared that return HandlerRegistrationModifier 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.