| Package | Description |
|---|---|
| de.javagl.swing.tasks.executors |
Classes for observing the status of tasks that are executed in an
executor service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableExecutorService.addExecutorObserver(ExecutorObserver executorObserver)
Add the given
ExecutorObserver to be informed about the
progress of the task execution. |
void |
ObservableExecutorService.removeExecutorObserver(ExecutorObserver executorObserver)
Remove the given
ExecutorObserver |
Copyright © 2016. All rights reserved.