|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProgressListener
Interface for objects interested in the progress of a
Generator thread
| Method Summary | |
|---|---|
void |
pointProgress(float progress)
Called to indicate progress on the next data point |
void |
repetitionProgress(float progress)
Called to indicate progress on the current repetition of the generation |
void |
runEnded()
Called to indicate that the run has ended |
void |
runProgress(float progress)
Called to indicate progress on the current run. |
void |
runStarted()
Called to indicate that the run has started |
void |
writingFile()
Called to indicate that the output file is being written |
| Method Detail |
|---|
void pointProgress(float progress)
progress - The progress so far. 0 = no progress, 1 = finishedvoid repetitionProgress(float progress)
progress - The progress so far. 0 = no points completed, 1 = all
points completedvoid runProgress(float progress)
progress - The progress so far. 0 = no progress, 1 = all
repetitions completedvoid runStarted()
void runEnded()
void writingFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||