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 void
LongTaskExecutor. execute(LongTask task, Runnable runnable, String taskName, LongTaskErrorHandler errorHandler)
Execute a long task with cancel and progress support.void
LongTaskExecutor. setDefaultErrorHandler(LongTaskErrorHandler errorHandler)
Set the default error handler.
-