ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.contactcenters.msk.simlogic
Interface SimLogicListener


public interface SimLogicListener

Represents an observer of the progress of a simulation.


Method Summary
 void stepDone(SimLogic sim)
          Indicates that a step was done by the simulator sim.
 

Method Detail

stepDone

void stepDone(SimLogic sim)
Indicates that a step was done by the simulator sim. One can use ContactCenterSim.getCompletedSteps() to obtain the number of completed steps.

Parameters:
sim - the contact center simulation logic.

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.