|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.communication.XhrConnection.XhrResponseHandler
public class XhrConnection.XhrResponseHandler
| Constructor Summary | |
|---|---|
XhrConnection.XhrResponseHandler()
|
|
| Method Summary | |
|---|---|
void |
onError(Request request,
java.lang.Throwable exception)
|
void |
onResponseReceived(Request request,
Response response)
|
void |
setPayload(elemental.json.JsonObject payload)
Sets the payload which was sent to the server |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XhrConnection.XhrResponseHandler()
| Method Detail |
|---|
public void setPayload(elemental.json.JsonObject payload)
payload - the payload which was sent to the server
public void onError(Request request,
java.lang.Throwable exception)
public void onResponseReceived(Request request,
Response response)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||