|
GWT 2.3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
Deprecated. Convenience method equivalent to calling to(...).fire(). |
void |
RequestContext.fire(Receiver<java.lang.Void> receiver)
Deprecated. For receiving errors or validation failures only. |
RequestContext |
Request.to(Receiver<? super T> receiver)
Deprecated. Specify the object that will receive the result of the method invocation. |
|
GWT 2.3.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||