org.jcreme.processing
Interface MonitorableTask

All Known Implementing Classes:
MonitorableProducer

public interface MonitorableTask

This interface should be implemented when a task has to provide information on its activity (level of completion, time of execution, ...).

Version:
$Revision: 1.2 $
Author:
$Author: dbregeon $

Method Summary
 TaskActivityMonitor getTaskActivityMonitor()
          Gives access to the monitor of the Task.
 

Method Detail

getTaskActivityMonitor

public TaskActivityMonitor getTaskActivityMonitor()
Gives access to the monitor of the Task.

Returns:
the monitor that dispatches the information about this task.


Copyright 2006 null. All Rights Reserved.