Uses of Interface
org.cishell.framework.algorithm.ProgressMonitor

Packages that use ProgressMonitor
org.cishell.framework.algorithm Provides interfaces required for creating CIShell algorithms. 
 

Uses of ProgressMonitor in org.cishell.framework.algorithm
 

Fields in org.cishell.framework.algorithm declared as ProgressMonitor
static ProgressMonitor ProgressMonitor.NULL_MONITOR
          A monitor with empty methods for use by algorithms when no ProgressMonitor has been given to it.
 

Methods in org.cishell.framework.algorithm that return ProgressMonitor
 ProgressMonitor ProgressTrackable.getProgressMonitor()
          Returns the progress monitor currently in use, or null if no monitor has been set
 

Methods in org.cishell.framework.algorithm with parameters of type ProgressMonitor
 void ProgressTrackable.setProgressMonitor(ProgressMonitor monitor)
          Sets the progress monitor this algorithm is to use.