Uses of Interface
com.actelion.research.calc.ProgressListener
-
Packages that use ProgressListener Package Description com.actelion.research.calc com.actelion.research.gui -
-
Uses of ProgressListener in com.actelion.research.calc
Subinterfaces of ProgressListener in com.actelion.research.calc Modifier and Type Interface Description interface
ProgressController
Methods in com.actelion.research.calc with parameters of type ProgressListener Modifier and Type Method Description void
DataProcessor. addProgressListener(ProgressListener l)
void
DataProcessor. removeProgressListener(ProgressListener l)
Constructors in com.actelion.research.calc with parameters of type ProgressListener Constructor Description SingularValueDecomposition(double[][] A, ProgressListener progressListener, ThreadMaster threadMaster)
Construct the singular value decomposition -
Uses of ProgressListener in com.actelion.research.gui
Classes in com.actelion.research.gui that implement ProgressListener Modifier and Type Class Description class
JProgressDialog
class
JProgressPanel
-