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

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

protected class IncrementalTaskController.PausedStartingState
extends TaskController.StartingState

A StartingState that has been paused while waiting for startup to complete.


Constructor Summary
protected IncrementalTaskController.PausedStartingState()
           
 
Method Summary
 void start()
           
 void started()
          Operation to perform when starting is complete
 
Methods inherited from class edu.rice.cs.plt.concurrent.TaskController.StartingState
cancel, status
 
Methods inherited from class edu.rice.cs.plt.concurrent.TaskController.ComputingState
get, get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementalTaskController.PausedStartingState

protected IncrementalTaskController.PausedStartingState()
Method Detail

start

public void start()
Overrides:
start in class TaskController.StartingState

started

public void started()
Description copied from class: TaskController.StartingState
Operation to perform when starting is complete

Specified by:
started in class TaskController.StartingState