edu.rice.cs.plt.concurrent
Class IncrementalTaskController.PausedState

java.lang.Object
  extended by edu.rice.cs.plt.concurrent.TaskController.State
      extended by edu.rice.cs.plt.concurrent.TaskController.WaitingState
          extended by edu.rice.cs.plt.concurrent.IncrementalTaskController.PausedState
Enclosing class:
IncrementalTaskController<I,R>

protected class IncrementalTaskController.PausedState
extends TaskController.WaitingState

The tasked has been started and then paused.


Constructor Summary
protected IncrementalTaskController.PausedState()
           
 
Method Summary
 void start()
           
 
Methods inherited from class edu.rice.cs.plt.concurrent.TaskController.WaitingState
cancel, get, get, status
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementalTaskController.PausedState

protected IncrementalTaskController.PausedState()
Method Detail

start

public final void start()
Specified by:
start in class TaskController.State