|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContactCenterSimListener
Represents an observer of the progress of a simulation.
Method Summary | |
---|---|
void |
simulationExtended(ObservableContactCenterSim sim,
int newNumTargetSteps)
Indicates that an in-progress simulation performed by the simulator sim is extended to consist of newNumTargetSteps steps. |
void |
simulationStarted(ObservableContactCenterSim sim,
int numTargetSteps)
Indicates that a new simulation was started by the simulator sim, and that it will consist of numTargetSteps steps. |
void |
simulationStopped(ObservableContactCenterSim sim,
boolean aborted)
Indicates that a simulation performed by sim is terminated. |
void |
stepDone(ObservableContactCenterSim sim)
Indicates that a step was done by the simulator sim. |
Method Detail |
---|
void simulationStarted(ObservableContactCenterSim sim, int numTargetSteps)
sim
- the contact center simulator.numTargetSteps
- the predicted number of steps.void simulationExtended(ObservableContactCenterSim sim, int newNumTargetSteps)
sim
- the contact center simulator.newNumTargetSteps
- the new target number of steps.void simulationStopped(ObservableContactCenterSim sim, boolean aborted)
ObservableContactCenterSim.abort()
. Otherwise, it has terminated
after the target number of steps is reached.
sim
- the contact center simulator.aborted
- true if and only if the simulation was aborted.void stepDone(ObservableContactCenterSim sim)
ContactCenterSim.getCompletedSteps()
to obtain the number of
completed steps.
sim
- the contact center simulator.
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |