| Package | Description |
|---|---|
| de.javagl.swing.tasks.executors |
Classes for observing the status of tasks that are executed in an
executor service.
|
| Class and Description |
|---|
| ExecutorObserver
Interface for classes that may be informed about the execution status of
tasks in an executor that was created with the
ObservableExecutors
class. |
| ObservableExecutorService
An executor service that may notify
ExecutorObserver instances
about the progress of processing the submitted tasks. |
| ProgressTask
Interface for tasks that provide progress information that may be
shown in a UI.
|
| TaskView
A class representing the view for a task that is executed
in an
ObservableExecutorService. |
Copyright © 2016. All rights reserved.