PARAMETER
- Parameter typepublic abstract class ThreadedSimpleTask<PARAMETER> extends ThreadedTask<PARAMETER,java.lang.Void,java.lang.Void>
ThreadedTask
Constructor and Description |
---|
ThreadedSimpleTask() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
doSimpleAction(PARAMETER parameter)
Do the simple action
|
protected java.lang.Void |
doThreadAction(PARAMETER parameter)
Do the action, just call
doSimpleAction(Object) Parent documentation: Call when the turn of this thread comes. |
cancel, canceled, doProgress, postProgress, setResult
protected abstract void doSimpleAction(PARAMETER parameter)
parameter
- Parameter to useprotected final java.lang.Void doThreadAction(PARAMETER parameter)
doSimpleAction(Object)
doThreadAction
in class ThreadedTask<PARAMETER,java.lang.Void,java.lang.Void>
parameter
- Parameter to usenull
ThreadedTask.doThreadAction(java.lang.Object)