edu.mssm.crover.ims.tasks
Interface TaskListener
- All Known Implementing Classes:
- GroupOfTasks, Task
- public interface TaskListener
Listens on task changes.
An objects that needs to know when a task status changes implements this interface.
The listener can be added to the set of listeners of a class.
- See Also:
Task.addListener(TaskListener)
|
Method Summary |
void |
statusChanged(java.lang.String taskid,
TaskStatus newstatus)
The status of a task has just changed. |
statusChanged
public void statusChanged(java.lang.String taskid,
TaskStatus newstatus)
- The status of a task has just changed. We are notified of the new status
and the identity of the task that experienced the change.
Copyright @ 2003 Mount Sinai School of Medicine. All Rights Reserved.