GWT 0.0.0

Uses of Class
com.google.gwt.requestfactory.shared.Receiver

Packages that use Receiver
com.google.gwt.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
 

Uses of Receiver in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared with parameters of type Receiver
 void Request.fire(Receiver<? super T> receiver)
          Convenience method equivalent to calling to(...).fire().
 void RequestContext.fire(Receiver<java.lang.Void> receiver)
          For receiving errors or validation failures only.
 RequestContext Request.to(Receiver<? super T> receiver)
          Specify the object that will receive the result of the method invocation.
 


GWT 0.0.0