cyvis.gui
Class GUIProgressNotifier

java.lang.Object
  extended by cyvis.core.metrics.sources.MetricSource.ProgressNotifier
      extended by cyvis.gui.GUIProgressNotifier

public class GUIProgressNotifier
extends MetricSource.ProgressNotifier


Field Summary
 String currentFileName
          Name of the current class which is being processed
 double extractionPercentage
          Estimated percentage of classes which have been process so far in this run
 
Fields inherited from class cyvis.core.metrics.sources.MetricSource.ProgressNotifier
total
 
Constructor Summary
GUIProgressNotifier(int initialTotal)
           
 
Method Summary
 void progress(String name)
           
 
Methods inherited from class cyvis.core.metrics.sources.MetricSource.ProgressNotifier
incrementTotal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extractionPercentage

public double extractionPercentage
Estimated percentage of classes which have been process so far in this run


currentFileName

public String currentFileName
Name of the current class which is being processed

Constructor Detail

GUIProgressNotifier

public GUIProgressNotifier(int initialTotal)
Method Detail

progress

public void progress(String name)
Specified by:
progress in class MetricSource.ProgressNotifier