public interface Task extends 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()
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.