edu.rice.cs.plt.concurrent
Class TaskController.FreshStartingState

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.TaskController.FreshStartingState
Enclosing class:
TaskController<R>

protected class TaskController.FreshStartingState
extends TaskController.StartingState

Simple instance of StartingState.


Constructor Summary
protected TaskController.FreshStartingState()
           
 
Method Summary
 void started()
          Operation to perform when starting is complete
 
Methods inherited from class edu.rice.cs.plt.concurrent.TaskController.StartingState
cancel, start, 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

TaskController.FreshStartingState

protected TaskController.FreshStartingState()
Method Detail

started

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

Specified by:
started in class TaskController.StartingState