Interface TaskStatusDisplay
-
public interface TaskStatusDisplayThe task status used by aGameWindowto show the current task status.- Version:
- 1.0
- Author:
- Fabian Bühler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTaskInformation(TaskInformation task)Set the task information to be displayed.
-
-
-
Method Detail
-
setTaskInformation
void setTaskInformation(TaskInformation task)
Set the task information to be displayed.- Parameters:
task- the information of the current task (and subtasks)
-
-