org.gvsig.tools.task
Interface CancellableTask

All Known Subinterfaces:
MonitorableTask, SimpleTaskStatus, TaskStatus
All Known Implementing Classes:
AbstractCancellableTask, AbstractMonitorableTask, BaseTaskStatus

public interface CancellableTask


Method Summary
 void cancelRequest()
          Request to the task that cancel.
 boolean isCancellationRequested()
          Return true if has request to cancel to the task.
 

Method Detail

isCancellationRequested

boolean isCancellationRequested()
Return true if has request to cancel to the task.


cancelRequest

void cancelRequest()
Request to the task that cancel.



Copyright © 2004-2011 gvSIG. All Rights Reserved.