es.unex.sextante.core
Interface IMonitorableTask

All Known Implementing Classes:
ProcessTask

public interface IMonitorableTask

A task that can be monitored

Author:
Victor Olaya volaya@unex.es

Method Summary
 boolean isCanceled()
          Returns true if tha task has been canceled
 boolean isFinished()
          Returns true is the task is finished and is not running anymore
 

Method Detail

isCanceled

boolean isCanceled()
Returns true if tha task has been canceled

Returns:
true if the task has been canceled

isFinished

boolean isFinished()
Returns true is the task is finished and is not running anymore

Returns:
true is the task is finished and is not running anymore