|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
LongTaskExecutor | Portable long-task executor, that supports synchronous and asynchronous execution, progress, cancellation and error management. |
API any module can use for providing long, asynchronous tasks execution.
The LongTaskExecutor
can run any Runnable
,
but preferably that also implements LongTask
interface for
progress and cancellation.
|
Gephi Toolkit Javadoc | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |