Uses of Interface
org.cytoscape.work.ObservableTask
-
Packages that use ObservableTask Package Description org.cytoscape.work This package defines the task framework, where tasks are units of work. -
-
Uses of ObservableTask in org.cytoscape.work
Methods in org.cytoscape.work with parameters of type ObservableTask Modifier and Type Method Description void
TaskObserver. taskFinished(ObservableTask task)
Called by anObservableTask
when it is finished executing.
-