org.objectweb.dream.control.activity.task
Class TaskActivationStoppedListener
java.lang.Object
org.objectweb.dream.control.activity.task.TaskActivationStoppedListener
- All Implemented Interfaces:
- TaskStoppedListener
public class TaskActivationStoppedListener
- extends Object
- implements TaskStoppedListener
task stopped listener used by BasicTaskActivationMixin
to
desactivate task.
Method Summary |
void |
taskStopped(Task task)
Called when the specified task is inactinaved. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
delegate
protected TaskStoppedListener delegate
TaskActivationStoppedListener
public TaskActivationStoppedListener(TaskStoppedListener delegate)
- Parameters:
delegate
- another task listener to delegate (maybe null
).
taskStopped
public void taskStopped(Task task)
- Description copied from interface:
TaskStoppedListener
- Called when the specified task is inactinaved.
- Specified by:
taskStopped
in interface TaskStoppedListener
- Parameters:
task
- an inactivated task.- See Also:
TaskStoppedListener.taskStopped(Task)
Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.