Uses of Interface
org.scijava.thread.ThreadService
-
Packages that use ThreadService Package Description org.scijava org.scijava.event org.scijava.task org.scijava.thread -
-
Uses of ThreadService in org.scijava
Methods in org.scijava that return ThreadService Modifier and Type Method Description ThreadServiceAbstractGateway. thread()ThreadServiceGateway. thread()Gets this application context'sThreadService. -
Uses of ThreadService in org.scijava.event
Constructors in org.scijava.event with parameters of type ThreadService Constructor Description DefaultEventBus(ThreadService threadService, LogService log) -
Uses of ThreadService in org.scijava.task
Constructors in org.scijava.task with parameters of type ThreadService Constructor Description DefaultTask(ThreadService threadService, EventService eventService)Creates a new task. -
Uses of ThreadService in org.scijava.thread
Classes in org.scijava.thread that implement ThreadService Modifier and Type Class Description classDefaultThreadServiceDefault service for managing active threads.
-