net.sourceforge.cilib.simulator
Class NoProgress

java.lang.Object
  extended by 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.


Constructor Summary
NoProgress()
           
 
Method Summary
 void handleProgressEvent(ProgressEvent event)
          Process the given progress event.
 void setSimulation(int simnum)
          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

NoProgress

public NoProgress()
Method Detail

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.