public interface ERXLongResponseTask extends Runnable
performAction()
, drop an instance
of ERXLongResponse on your page and bind it's task
binding to it.Modifier and Type | Interface and Description |
---|---|
static class |
ERXLongResponseTask.DefaultImplementation |
static class |
ERXLongResponseTask.WorkerThread
Special worker thread that holds the reference to the task so we can
get a list of them.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isDone() |
WOComponent |
nextPage() |
void |
setLongResponse(ERXLongResponse sender)
Sets the ERXLongResponse that pulls info from this task
|
void |
start()
Start the task.
|
void |
stop()
Stop the task.
|
void setLongResponse(ERXLongResponse sender)
boolean isDone()
void start()
void stop()
WOComponent nextPage()
Copyright © 2002 – 2024 Project Wonder.