|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.cilib.simulator.ProgressText
public class ProgressText
Implements a text progress meter.
Constructor Summary | |
---|---|
ProgressText(int simulations)
Creates new form ProgressFrame. |
Method Summary | |
---|---|
void |
handleProgressEvent(ProgressEvent event)
Process the given progress event. |
void |
setSimulation(int simulation)
Indicates on which event we are. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressText(int simulations)
simulations
- The number of simulations in total.Method Detail |
---|
public void handleProgressEvent(ProgressEvent event)
ProgressListener
handleProgressEvent
in interface ProgressListener
event
- The progress event.public void setSimulation(int simulation)
ProgressListener
setSimulation
in interface ProgressListener
simulation
- The number of the simulation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |