Uses of Class
com.google.web.bindery.requestfactory.shared.Receiver
Package
Description
A package for managing client-server requests.
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 Receiver in com.google.web.bindery.requestfactory.gwt.client
Modifier and TypeMethodDescriptionReturns a mutableRequestContext
and enqueues the given receiver to be called as though it had been passed directly toRequestContext.fire(Receiver)
.