org.objectweb.dream.control.activity.task
Class TaskActivationStoppedListener

java.lang.Object
  extended by org.objectweb.dream.control.activity.task.TaskActivationStoppedListener
All Implemented Interfaces:
TaskStoppedListener

public class TaskActivationStoppedListener
extends Object
implements TaskStoppedListener

task stopped listener used by BasicTaskActivationMixinto desactivate task.


Field Summary
protected  TaskStoppedListener delegate
           
 
Constructor Summary
TaskActivationStoppedListener(TaskStoppedListener delegate)
           
 
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
 

Field Detail

delegate

protected TaskStoppedListener delegate
Constructor Detail

TaskActivationStoppedListener

public TaskActivationStoppedListener(TaskStoppedListener delegate)
Parameters:
delegate - another task listener to delegate (maybe null).
Method Detail

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.