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 voidTaskObserver. taskFinished(ObservableTask task)Called by anObservableTaskwhen it is finished executing.
-