org.objectweb.dream.control.activity.manager
Interface EndOfTask
- All Known Implementing Classes:
- TaskManagerImpl
public interface EndOfTask
Interface used by Scheduler to notify the activity manager that a task will
not be executed.
Method Summary |
void |
taskEnded(Task taskItf)
Notifies the activity manager that the given task will not be executed. |
ITF_NAME
static final String ITF_NAME
- Default name of this interface.
- See Also:
- Constant Field Values
taskEnded
void taskEnded(Task taskItf)
- Notifies the activity manager that the given task will not be executed.
- Parameters:
taskItf
- the Task
interface of task component.
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.