Background(Disposable) instead@Deprecated public static final class Invoker.BackgroundThread extends Invoker
Invoker in a single background thread.
This invoker does not need additional synchronization.Invoker.Background, Invoker.BackgroundThread, Invoker.EDTDisposable.Parent| Constructor and Description |
|---|
BackgroundThread(Disposable parent)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Deprecated.
Usually not invoked directly, see class javadoc.
|
boolean |
isValidThread()
Deprecated.
Returns
true if the current thread allows to process a task. |
compute, computeLater, computeLater, forBackgroundPoolWithReadAction, forBackgroundThreadWithoutReadAction, forBackgroundThreadWithReadAction, forEventDispatchThread, getTaskCount, invoke, invokeLater, invokeLater, runOrInvokeLater, toStringpublic BackgroundThread(Disposable parent)
public void dispose()
Disposabledispose in interface Disposabledispose in class Invokerpublic boolean isValidThread()
Invokertrue if the current thread allows to process a task.isValidThread in class Invokertrue if the current thread is valid, or false otherwise