|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.mrc.hgmp.embreo.EmbreoStartup
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 |
public EmbreoStartup(EmbreoParams mysettings, int iprogressmax)
mysettings
- Configuration parametersiprogressmax
- 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 |
public void doneSomething(java.lang.String s)
public void doneEverything(java.lang.String s)
public void startupFailed()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |