Inheritance diagram for edu.cmu.hcii.calo.controller.TaskViewerController:
Unlike other controllers, this one does not implement PropertyChangeListener because the task viewer is only a mockup and doesn't post interesting property change events.
Public Member Functions | |
TaskViewerController (TaskViewerTaskList list) | |
Constructs a TaskViewerController that updates the given task list. | |
void | onMessageReceived (Observable sender, final Message msg) |
| |
Private Member Functions | |
void | performUpdate (Message msg) |
Updates the list from the TaskManager. | |
Private Attributes | |
TaskViewerTaskList | list |
The task list within the task viewer window, which is actually what we need to update. |
edu.cmu.hcii.calo.controller.TaskViewerController.TaskViewerController | ( | TaskViewerTaskList | list | ) |
Constructs a TaskViewerController that updates the given task list.
list | the task list to update |
void edu.cmu.hcii.calo.controller.TaskViewerController.onMessageReceived | ( | Observable | sender, | |
final Message | msg | |||
) |
void edu.cmu.hcii.calo.controller.TaskViewerController.performUpdate | ( | Message | msg | ) | [private] |
Updates the list from the TaskManager.
msg | the message received from the manager |
The task list within the task viewer window, which is actually what we need to update.