|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.j2s.ajax.XHRCallbackAdapter
This adapter provides a default implementation of IXHRCallback.
Constructor Summary | |
XHRCallbackAdapter()
|
Method Summary | |
void |
onComplete()
Will be called when all responses are received. |
void |
onInteractive()
Will be called when the request is sending and the reponse comes. |
void |
onLoaded()
Will be called when the HTTP connection is setup. |
void |
onLoading()
Will be called when HttPRequest#open is called. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XHRCallbackAdapter()
Method Detail |
public void onComplete()
onComplete
in interface IXHRCallback
public void onInteractive()
onInteractive
in interface IXHRCallback
public void onLoaded()
onLoaded
in interface IXHRCallback
public void onLoading()
HttPRequest#open
is called.
onLoading
in interface IXHRCallback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |