See: Description
| Interface | Description |
|---|---|
| LongTaskErrorHandler |
Notify interface that can catch
Exception thrown during an
asynchronous task execution. |
| LongTaskListener |
Basic listener to be notified when a long task terminates.
|
| Class | Description |
|---|---|
| LongTaskExecutor |
Portable long-task executor, that supports synchronous and asynchronous
execution, progress, cancellation and error management.
|
The LongTaskExecutor can run any Runnable,
but preferably that also implements LongTask interface for
progress and cancellation.
Copyright © 2007–2015 Gephi Consortium. All rights reserved.