|
GWT 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The return type of objects in the corresponding response.public interface Request<T>
Implemented by the request objects created by this factory.
| Method Summary | |
|---|---|
void |
fire()
Submit this request. |
void |
fire(Receiver<? super T> receiver)
Convenience method equivalent to calling to(...).fire(). |
RequestContext |
to(Receiver<? super T> receiver)
Specify the object that will receive the result of the method invocation. |
Request<T> |
with(java.lang.String... propertyRefs)
Request additional reference properties to fetch with the return value. |
| Method Detail |
|---|
void fire()
void fire(Receiver<? super T> receiver)
to(...).fire().
RequestContext to(Receiver<? super T> receiver)
Request<T> with(java.lang.String... propertyRefs)
|
GWT 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||