org.strbio.mol.lib.pred2ary
Interface Jury.ProgressIndicator

All Known Subinterfaces:
AppletJury.LoadProgressIndicator
All Known Implementing Classes:
Pred2aryAppletFrame.ProgressDialog
Enclosing class:
Jury

public static interface Jury.ProgressIndicator

Indicator to update with verbose output, after every juror finishes.


Method Summary
 void setNJurors(int n)
          Tell the progress indicator how many jurors there are total.
 void update(int n)
          Tell the progress indicator that we've done juror number N
 

Method Detail

update

void update(int n)
Tell the progress indicator that we've done juror number N


setNJurors

void setNJurors(int n)
Tell the progress indicator how many jurors there are total.