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 interface
Generator
Define 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 void
LongTaskExecutor. execute(LongTask task, Runnable runnable)
Execute a long task with cancel and progress support.void
LongTaskExecutor. execute(LongTask task, Runnable runnable, String taskName, LongTaskErrorHandler errorHandler)
Execute a long task with cancel and progress support.void
LongTaskListener. taskFinished(LongTask task)
-