|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface AsyncRequestListener extends EventListener
| 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 |
|---|
public void onAbort()
public void onError()
public void onLoad()
public void onProgress()
public void onTimeout()
Groovy Documentation