|
Project Wonder 2.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Long response task interface and default implementation should take away the need to tie your
long running task directly to a component like with WOLongReponsePage. To use it, you should
subclass the default implementation, implement performAction()
, drop an instance
of ERXLongResponse on your page and bind it's task
binding to it.
Nested Class Summary | |
static class |
ERXLongResponseTask.DefaultImplementation
|
Method Summary | |
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. |
Methods inherited from interface java.lang.Runnable |
run |
Method Detail |
public void setLongResponse(ERXLongResponse sender)
public boolean isDone()
public void start()
public void stop()
public WOComponent nextPage()
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |