public interface Task
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute this task.
|
TaskStatusInfo |
getTaskStatus()
Clients should be able to call this method at any time to obtain
information on a current task.
|
void execute()
TaskStatusInfo getTaskStatus()