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

java.lang.Object
  extended byorg.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
           
protected  Map taskControls
           
 
Constructor Summary
TaskActivationStoppedListener(TaskStoppedListener delegate, Map taskControls)
           
 
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

taskControls

protected Map taskControls
Constructor Detail

TaskActivationStoppedListener

public TaskActivationStoppedListener(TaskStoppedListener delegate,
                                     Map taskControls)
Parameters:
delegate - another task listener to delegate (maybe null).
taskControls - map containning task control. see BasicTaskActivationMixin._this_taskControls.
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, 2004 - INRIA Rhone-Alpes - All Rights Reserved.