A D G H I L N O R S X

O

onComplete() - Method in interface net.sf.j2s.ajax.IXHRCallback
Method will be called when XMLHttpRequest receives all reponses.
onComplete() - Method in class net.sf.j2s.ajax.XHRCallbackAdapter
Will be called when all responses are received.
onComplete() - Method in class net.sf.j2s.ajax.XHRCallbackSWTAdapter
Call #swtOnComplete when all responses are received.
onInteractive() - Method in interface net.sf.j2s.ajax.IXHRCallback
Method will be called when XMLHttpRequest is transforming request and receiving response.
onInteractive() - Method in class net.sf.j2s.ajax.XHRCallbackAdapter
Will be called when the request is sending and the reponse comes.
onInteractive() - Method in class net.sf.j2s.ajax.XHRCallbackSWTAdapter
Call #swtOnInteractive when the request is sending and the reponse comes.
onLoaded() - Method in interface net.sf.j2s.ajax.IXHRCallback
Method will be called when XMLHttpRequest already setup HTTP connection.
onLoaded() - Method in class net.sf.j2s.ajax.XHRCallbackAdapter
Will be called when the HTTP connection is setup.
onLoaded() - Method in class net.sf.j2s.ajax.XHRCallbackSWTAdapter
Call #swtOnLoaded when the HTTP connection is setup.
onLoading() - Method in interface net.sf.j2s.ajax.IXHRCallback
Method will be called when XMLHttpRequest is loading.
onLoading() - Method in class net.sf.j2s.ajax.XHRCallbackAdapter
Will be called when HttPRequest#open is called.
onLoading() - Method in class net.sf.j2s.ajax.XHRCallbackSWTAdapter
Call #swtOnLoading when HttPRequest#open is called.
open(String, String) - Method in class net.sf.j2s.ajax.HttpRequest
Open connection for HTTP request with given method and URL synchronously.
open(String, String, boolean) - Method in class net.sf.j2s.ajax.HttpRequest
Open connection for HTTP request with given method, URL and mode.

A D G H I L N O R S X