|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of XMLHttpRequest callback.
Method Summary | |
void |
onComplete()
Method will be called when XMLHttpRequest receives all reponses. |
void |
onInteractive()
Method will be called when XMLHttpRequest is transforming request and receiving response. |
void |
onLoaded()
Method will be called when XMLHttpRequest already setup HTTP connection. |
void |
onLoading()
Method will be called when XMLHttpRequest is loading. |
Method Detail |
public void onLoading()
public void onLoaded()
public void onInteractive()
public void onComplete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |