org.eclipse.mat.util
Class SimpleMonitor

java.lang.Object
  extended by org.eclipse.mat.util.SimpleMonitor

public class SimpleMonitor
extends Object

A way of generating several progress monitors.


Nested Class Summary
 class SimpleMonitor.Listener
           
 
Constructor Summary
SimpleMonitor(String task, IProgressListener monitor, int[] percentages)
           
 
Method Summary
 IProgressListener nextMonitor()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMonitor

public SimpleMonitor(String task,
                     IProgressListener monitor,
                     int[] percentages)
Method Detail

nextMonitor

public IProgressListener nextMonitor()