Uses of Class
com.google.web.bindery.requestfactory.shared.EntityProxyChange
-
Packages that use EntityProxyChange 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 in com.google.web.bindery.requestfactory.shared
Methods in com.google.web.bindery.requestfactory.shared with parameters of type EntityProxyChange Modifier and Type Method Description void
EntityProxyChange.Handler. onProxyChange(EntityProxyChange<P> event)
Called when anEntityProxyChange
event is fired.
-