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