02/28/2005
 

com.epicentric.task
Interface DirectTask


Deprecated. As of version 4.0, to be removed in 8.0 or later. It has been replaced with TaskManager

public interface DirectTask

Interface for a task that can be executed directly via the doTask() method, instead of by indirection. Useful for single tasks that do not need input parameters.


Method Summary
 boolean doTask()
          Deprecated. Method to execute when task is run.
 

Method Detail

doTask

public boolean doTask()
Deprecated. 
Method to execute when task is run.
Returns:
success or failure of the task.

02/28/2005
 

Copyright and Trademark Notices