uk.ac.mrc.hgmp.embreo
Class EmbreoStartup

java.lang.Object
  |
  +--uk.ac.mrc.hgmp.embreo.EmbreoStartup

public class EmbreoStartup
extends java.lang.Object


Constructor Summary
EmbreoStartup(EmbreoParams mysettings, int iprogressmax)
          Provide a startup monitor
 
Method Summary
 void doneEverything(java.lang.String s)
          Finish the progress bar and label
 void doneSomething(java.lang.String s)
          Update the progress bar and label
 void startupFailed()
          Called if something went wrong in startup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbreoStartup

public EmbreoStartup(EmbreoParams mysettings,
                     int iprogressmax)
Provide a startup monitor

Parameters:
mysettings - Configuration parameters
iprogressmax - The number of startup calls, to determine the scaling of the progress bar. The doneSomething method will move the bar, so this should be set to the expected number of doneSomething calls.
Method Detail

doneSomething

public void doneSomething(java.lang.String s)
Update the progress bar and label


doneEverything

public void doneEverything(java.lang.String s)
Finish the progress bar and label


startupFailed

public void startupFailed()
Called if something went wrong in startup.