public interface FwkTaskMonitorItemInterface
Modifier and Type | Method and Description |
---|---|
void |
cancelled()
Reported that the task was cancelled.
|
void |
reset()
Reset the item.
|
void |
restarted()
Report that the tast was restarted.
|
void |
started()
Report that the task was started.
|
void |
started(int steps)
Report that the task was started.
|
void |
stepped()
Report a step in task.
|
void |
stopped()
Report that the task was stopped.
|
void |
terminated()
Report that the task is terminated
|
void started()
void started(int steps)
steps
- the total number of steps to be reported.void stopped()
void restarted()
void cancelled()
void stepped()
void terminated()
void reset()