org.jdesktop.http.async.event
Class AsyncRequestAdapter

java.lang.Object
  extended by org.jdesktop.http.async.event.AsyncRequestAdapter
All Implemented Interfaces:
EventListener, AsyncRequestListener

public class AsyncRequestAdapter
extends Object
implements AsyncRequestListener


Constructor Summary
AsyncRequestAdapter()
           
 
Method Summary
 void onAbort()
           
 void onError()
           
 void onLoad()
           
 void onProgress()
           
 void onTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncRequestAdapter

public AsyncRequestAdapter()
Method Detail

onLoad

public void onLoad()
Specified by:
onLoad in interface AsyncRequestListener

onError

public void onError()
Specified by:
onError in interface AsyncRequestListener

onProgress

public void onProgress()
Specified by:
onProgress in interface AsyncRequestListener

onAbort

public void onAbort()
Specified by:
onAbort in interface AsyncRequestListener

onTimeout

public void onTimeout()
Specified by:
onTimeout in interface AsyncRequestListener