edu.ull.cgunay.utils
Interface TaskWithReturn

All Superinterfaces:
Serializable, Task
All Known Implementing Classes:
StringTask, SuperposedDataPlot.AxisFactory

public interface TaskWithReturn
extends Task

Contains additional method for returning an intermediate value from task. Created: Tue Mar 27 00:13:29 2001

Version:
$Revision: 1.6 $ for this file
Author:
Cengiz Gunay
See Also:
StringTask

Method Summary
 Object getValue()
          Returns a value from the task.
 
Methods inherited from interface edu.ull.cgunay.utils.Task
job
 

Method Detail

getValue

public Object getValue()
Returns a value from the task.

Returns:
an Object value