net.sarcommand.util
Interface ProgressNotifier


public interface ProgressNotifier

Author:
A. O. Ergueven, Torsten Heup Small utility class which will be used to monitor the algorithms progress.

Method Summary
 void setProgress(java.lang.String activity, float percentage)
          Invoked when progress on an operation advances.
 

Method Detail

setProgress

void setProgress(java.lang.String activity,
                 float percentage)
Invoked when progress on an operation advances.

Parameters:
activity - Current activity.
percentage - Completion percentage.