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

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

protected class TaskController.FreshState
extends TaskController.WaitingState

Initial state.


Constructor Summary
protected TaskController.FreshState()
           
 
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

TaskController.FreshState

protected TaskController.FreshState()
Method Detail

start

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