net.sourceforge.cilib.simulator
Class NoProgress
java.lang.Object
net.sourceforge.cilib.simulator.NoProgress
- All Implemented Interfaces:
- ProgressListener
public class NoProgress
- extends Object
- implements ProgressListener
Progress listener that does not create any output whatsoever.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoProgress
public NoProgress()
handleProgressEvent
public void handleProgressEvent(ProgressEvent event)
- Description copied from interface:
ProgressListener
- Process the given progress event.
- Specified by:
handleProgressEvent
in interface ProgressListener
- Parameters:
event
- The progress event.
setSimulation
public void setSimulation(int simnum)
- Description copied from interface:
ProgressListener
- Indicates on which event we are.
TODO: This needs to become a ProgressEvent, same as the indication
of percentage completed.
- Specified by:
setSimulation
in interface ProgressListener
- Parameters:
simnum
- The number of the simulation.
Copyright © 2009 CIRG. All Rights Reserved.