structs
Interface ProgressListener

All Known Implementing Classes:
bootstrap, HeadlessScriptOutput, ScriptOutput, Systemic

public interface ProgressListener


Method Summary
 void setComputationDone()
           
 void setMax(int value)
           
 void setProgress(int value, java.lang.String msg)
           
 void setResults(java.lang.Object results)
           
 

Method Detail

setMax

void setMax(int value)

setProgress

void setProgress(int value,
                 java.lang.String msg)

setResults

void setResults(java.lang.Object results)

setComputationDone

void setComputationDone()