intarsys runtime library

de.intarsys.tools.concurrent
Class TaskStep<R>

java.lang.Object
  extended by de.intarsys.tools.concurrent.AbstractFutureTask<R>
      extended by de.intarsys.tools.concurrent.TaskStep<R>
All Implemented Interfaces:
Runnable, Future

public class TaskStep<R>
extends AbstractFutureTask<R>

experimental


Constructor Summary
TaskStep(TaskSequence sequence, Runnable task, int percent)
           
 
Method Summary
 int getPercent()
           
 TaskSequence getSequence()
           
 
Methods inherited from class de.intarsys.tools.concurrent.AbstractFutureTask
cancel, get, get, isCancelled, isDone, run, runAsync, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskStep

public TaskStep(TaskSequence sequence,
                Runnable task,
                int percent)
Method Detail

getPercent

public int getPercent()

getSequence

public TaskSequence getSequence()

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.