|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.plt.concurrent.TaskController.State
edu.rice.cs.plt.concurrent.TaskController.ComputingState
edu.rice.cs.plt.concurrent.IncrementalTaskController.PausingState
protected abstract class IncrementalTaskController.PausingState
pause() has been invoked on a RunningState, but the task has not yet paused.
| Constructor Summary | |
|---|---|
protected |
IncrementalTaskController.PausingState()
|
| Method Summary | |
|---|---|
boolean |
cancel(boolean stopRunning)
|
abstract void |
paused()
Operation to perform when pausing is complete |
TaskController.Status |
status()
|
| Methods inherited from class edu.rice.cs.plt.concurrent.TaskController.ComputingState |
|---|
get, get |
| Methods inherited from class edu.rice.cs.plt.concurrent.TaskController.State |
|---|
start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected IncrementalTaskController.PausingState()
| Method Detail |
|---|
public TaskController.Status status()
status in class TaskController.Statepublic boolean cancel(boolean stopRunning)
cancel in class TaskController.Statepublic abstract void paused()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||