Interface TaskStatusDisplay
-
public interface TaskStatusDisplay
The task status used by aGameWindow
to 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 void
setTaskInformation(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)
-
-