Groovy Documentation

org.jdesktop.http.async.event
[Java] Interface AsyncRequestListener


public interface AsyncRequestListener
extends EventListener

Authors:
rbair


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
 

Method Detail

onAbort

public void onAbort()


onError

public void onError()


onLoad

public void onLoad()


onProgress

public void onProgress()


onTimeout

public void onTimeout()


 

Groovy Documentation