Package de.uka.ipd.sdq.simulation
Interface IStatusObserver
-
- All Known Implementing Classes:
DebugObserver,DispatchingSimulationObserver,SimulationProgressReportingObserver
public interface IStatusObserverInterface for observers interested in the progress of the simulation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateStatus(int percentDone, double currentSimTime, long measurementsTaken)Notification call informing the observer about the simulation progess in percent done
-