|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jdesktop.http.async.event.AsyncRequestAdapter
public class AsyncRequestAdapter extends Object
| 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()
| Method Detail |
|---|
public void onAbort()
public void onError()
public void onLoad()
public void onProgress()
public void onTimeout()
Groovy Documentation