public abstract class ExecutorTask
extends org.openide.util.Task
| Modifier | Constructor | Description |
|---|---|---|
protected |
ExecutorTask(java.lang.Runnable run) |
Create the task.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract org.openide.windows.InputOutput |
getInputOutput() |
|
abstract int |
result() |
Check the result of execution.
|
abstract void |
stop() |
Stop the computation.
|
protected ExecutorTask(java.lang.Runnable run)
run - runnable to run that computes the taskpublic abstract void stop()
public abstract int result()
public abstract org.openide.windows.InputOutput getInputOutput()
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.