Package org.jdesktop.http.async.event
Class AsyncRequestAdapter
java.lang.Object
org.jdesktop.http.async.event.AsyncRequestAdapter
- All Implemented Interfaces:
EventListener,AsyncRequestListener
-
Constructor Details
-
AsyncRequestAdapter
public AsyncRequestAdapter()
-
-
Method Details
-
onLoad
public void onLoad()- Specified by:
onLoadin interfaceAsyncRequestListener
-
onError
public void onError()- Specified by:
onErrorin interfaceAsyncRequestListener
-
onProgress
public void onProgress()- Specified by:
onProgressin interfaceAsyncRequestListener
-
onAbort
public void onAbort()- Specified by:
onAbortin interfaceAsyncRequestListener
-
onTimeout
public void onTimeout()- Specified by:
onTimeoutin interfaceAsyncRequestListener
-