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

All Known Implementing Classes:
ActivityLifeCycleMixin, TaskActivationStoppedListener, ThreadPerTaskTaskManagerControllerMixin

public interface TaskStoppedListener

This interface is used to be notified when a task has been stopped using the TaskLifeCycleController.asyncStop(TaskStoppedListener).


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

Method Detail

taskStopped

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

Parameters:
task - an inactivated task.


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