Uses of Interface
com.google.web.bindery.requestfactory.shared.EntityProxyChange.Handler
-
Packages that use EntityProxyChange.Handler Package Description com.google.web.bindery.requestfactory.shared 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 EntityProxyChange.Handler in com.google.web.bindery.requestfactory.shared
Methods in com.google.web.bindery.requestfactory.shared that return types with arguments of type EntityProxyChange.Handler Modifier and Type Method Description Event.Type<EntityProxyChange.Handler<P>>
EntityProxyChange. getAssociatedType()
Returns the type associated with this instance.Methods in com.google.web.bindery.requestfactory.shared with parameters of type EntityProxyChange.Handler Modifier and Type Method Description protected void
EntityProxyChange. dispatch(EntityProxyChange.Handler<P> handler)
static <P extends EntityProxy>
HandlerRegistrationEntityProxyChange. registerForProxyType(EventBus eventBus, java.lang.Class<P> proxyType, EntityProxyChange.Handler<P> handler)
Register a handler for a EntityProxyChange events for a particular proxy class.
-