org.objectweb.dream.control.activity.task
Interface TaskStoppedListener

All Known Implementing Classes:
ActivityLifeCycleMixin, TaskActivationStoppedListener

public interface TaskStoppedListener

This interface is used to be notified when a task has been stopped using the TaskManager.interruptTask(Task, TaskStoppedListener).


Method Summary
 void taskStopped(Task task)
          Called when the specified task is inactinaved.
 

Method Detail

taskStopped

void taskStopped(Task task)
Called when the specified task is inactinaved.

Parameters:
task - an inactivated task.


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.