Classes | |
| class | DefaultImplementation |
| class | WorkerThread |
Public Member Functions | |
| boolean | isDone () |
| WOComponent | nextPage () |
| void | setLongResponse (ERXLongResponse sender) |
| void | start () |
| void | stop () |
performAction(), drop an instance of ERXLongResponse on your page and bind it's task binding to it.
| boolean isDone | ( | ) |
| WOComponent nextPage | ( | ) |
Implemented in ERXLongResponseTask.DefaultImplementation.
| void setLongResponse | ( | ERXLongResponse | sender | ) |
Sets the ERXLongResponse that pulls info from this task
Implemented in ERXLongResponseTask.DefaultImplementation.
| void start | ( | ) |
Start the task.
Implemented in ERXLongResponseTask.DefaultImplementation.
| void stop | ( | ) |
Stop the task.
Implemented in ERXLongResponseTask.DefaultImplementation.
1.5.8