Groovy Documentation

org.jdesktop.http.async.event
[Java] Class AsyncRequestAdapter

java.lang.Object
  org.jdesktop.http.async.event.AsyncRequestAdapter
All Implemented Interfaces:
AsyncRequestListener

public class AsyncRequestAdapter
extends Object

Authors:
rbair


Constructor Summary
AsyncRequestAdapter()

 
Method Summary
void onAbort()

void onError()

void onLoad()

void onProgress()

void onTimeout()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AsyncRequestAdapter

AsyncRequestAdapter()


 
Method Detail

onAbort

public void onAbort()


onError

public void onError()


onLoad

public void onLoad()


onProgress

public void onProgress()


onTimeout

public void onTimeout()


 

Groovy Documentation