See: Description
Interface | Description |
---|---|
ProgressListener<R> |
Define methods to listen for background task:
Implementors must handle progress messages and the end of the task.
|
TimeoutObject |
Objects waiting for a timeout
|
Class | Description |
---|---|
BasicProgressListener<T> |
Simple implementation of ProgressListener, to retrieve the result and extend.
|
Timeout |
Run timeouts counter and call back when elapsed.
|
Timing |
Estimate the time needed for a callable to run.
|
Copyright © 2005–2020. All rights reserved.