org.jdesktop.http.async.event
Interface AsyncRequestListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AsyncRequestAdapter

public interface AsyncRequestListener
extends EventListener


Method Summary
 void onAbort()
           
 void onError()
           
 void onLoad()
           
 void onProgress()
           
 void onTimeout()
           
 

Method Detail

onLoad

void onLoad()

onError

void onError()

onProgress

void onProgress()

onAbort

void onAbort()

onTimeout

void onTimeout()