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
Modifier and TypeMethodDescriptionvoid
updateStatus
(int percentDone, double currentSimTime, long measurementsTaken) Notification call informing the observer about the simulation progess in percent done
-
Method Details
-
updateStatus
void updateStatus(int percentDone, double currentSimTime, long measurementsTaken) Notification call informing the observer about the simulation progess in percent done- Parameters:
percentDone
- Percentage of the maximum simulation time which has passed
-