Uses of Interface
org.gephi.utils.longtask.api.LongTaskListener
-
Packages that use LongTaskListener Package Description org.gephi.statistics.api API for statistics and metrics tasks execution.org.gephi.utils.longtask.api API any module can use for providing long, asynchronous tasks execution. -
-
Uses of LongTaskListener in org.gephi.statistics.api
Methods in org.gephi.statistics.api with parameters of type LongTaskListener Modifier and Type Method Description voidStatisticsController. execute(Statistics statistics, LongTaskListener listener)Execute the statistics algorithm in a background thread and notifylistenerwhen finished. -
Uses of LongTaskListener in org.gephi.utils.longtask.api
Methods in org.gephi.utils.longtask.api with parameters of type LongTaskListener Modifier and Type Method Description voidLongTaskExecutor. setLongTaskListener(LongTaskListener listener)Set the listener to this executor.
-