Package org.jdesktop.http.async.event
Interface AsyncRequestListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AsyncRequestAdapter
-
Method Details
-
onLoad
void onLoad() -
onError
void onError() -
onProgress
void onProgress() -
onAbort
void onAbort() -
onTimeout
void onTimeout()
-