Uses of Interface
org.gephi.utils.longtask.api.LongTaskErrorHandler
-
Packages that use LongTaskErrorHandler Package Description org.gephi.utils.longtask.api API any module can use for providing long, asynchronous tasks execution. -
-
Uses of LongTaskErrorHandler in org.gephi.utils.longtask.api
Methods in org.gephi.utils.longtask.api with parameters of type LongTaskErrorHandler Modifier and Type Method Description voidLongTaskExecutor. execute(LongTask task, Runnable runnable, String taskName, LongTaskErrorHandler errorHandler)Execute a long task with cancel and progress support.<V> Future<V>LongTaskExecutor. execute(LongTask task, Callable<V> callable, String taskName, LongTaskErrorHandler errorHandler)Execute a long task with cancel and progress support.voidLongTaskExecutor. setDefaultErrorHandler(LongTaskErrorHandler errorHandler)Set the default error handler.
-