Uses of Interface
org.gephi.utils.longtask.spi.LongTask
-
Packages that use LongTask Package Description org.gephi.io.generator.spi Generator interfaces that plugins implement to add new generators.org.gephi.utils.longtask.api API any module can use for providing long, asynchronous tasks execution. -
-
Uses of LongTask in org.gephi.io.generator.spi
Subinterfaces of LongTask in org.gephi.io.generator.spi Modifier and Type Interface Description interfaceGeneratorDefine a generator, that is generating graph structure from a bunch of parameters. -
Uses of LongTask in org.gephi.utils.longtask.api
Methods in org.gephi.utils.longtask.api with parameters of type LongTask Modifier and Type Method Description voidLongTaskExecutor. execute(LongTask task, Runnable runnable)Execute a long task with cancel and progress support.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)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.voidLongTaskListener. taskFinished(LongTask task)
-