public class ProgressService extends java.lang.Object implements IProgressService
Modifier and Type | Field and Description |
---|---|
protected CalculateAgent |
agent
The agent.
|
Constructor and Description |
---|
ProgressService() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture |
getProgress(java.lang.Object taskid)
Get the progress (percentage as integer) of a given task.
|
protected CalculateAgent agent
public jadex.commons.future.IFuture getProgress(java.lang.Object taskid)
getProgress
in interface IProgressService
taskid
- The id of the task.