Package | Description |
---|---|
Contains Thread related objects and tools (asynchronous processing, EDT safety, Processor...)
|
Modifier and Type | Method and Description |
---|---|
protected <T> <T> |
(<T> callable,
boolean onEDT)
Returns a RunnableFuture for the given callable task.
|
protected <T> <T> |
( runnable,
T value,
boolean onEDT)
Returns a RunnableFuture for the given runnable and default
value.
|
Modifier and Type | Method and Description |
---|---|
protected <<?>> |
()
Return waiting tasks
|
protected <<?>> |
(<?> task)
Return waiting tasks for the specified Callable instance
|
protected <<?>> |
( task)
Return waiting tasks for the specified Runnable instance
|
Modifier and Type | Method and Description |
---|---|
void |
(<?> task)
fire event
|
boolean |
(<?> task)
Remove first waiting task for the specified Runnable instance.
|
protected <T> <T> |
(<T> task) |
protected <T> <T> |
(<T> task)
Submits a task for execution and returns a Future representing that task.
|
protected <T> <T> |
(<T> task) |