ERXLongResponseTask Interface Reference

Inherited by ERXLongResponseTask.DefaultImplementation.

List of all members.

Classes

class  DefaultImplementation
class  WorkerThread

Public Member Functions

boolean isDone ()
WOComponent nextPage ()
void setLongResponse (ERXLongResponse sender)
void start ()
void stop ()


Detailed Description

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.

Author:
ak

Member Function Documentation

boolean isDone (  ) 

Returns:
true if the task is still running

Implemented in ERXLongResponseTask.DefaultImplementation.

WOComponent nextPage (  ) 

Returns:
next page according to inner status.

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.


The documentation for this interface was generated from the following file:

Generated on Sat May 26 06:43:07 2012 for Project Wonder by  doxygen 1.5.8