Class DispatchingSimulationObserver
java.lang.Object
de.uka.ipd.sdq.simucomframework.simulationdock.DispatchingSimulationObserver
- All Implemented Interfaces:
IStatusObserver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addObserver
(IStatusObserver client) void
void
removeObserver
(IStatusObserver client) void
updateStatus
(int percentDone, double currentSimTime, long measurementsTaken) Notification call informing the observer about the simulation progess in percent done
-
Constructor Details
-
DispatchingSimulationObserver
public DispatchingSimulationObserver()
-
-
Method Details
-
addObserver
-
removeObserver
-
removeAll
public void removeAll() -
updateStatus
public void updateStatus(int percentDone, double currentSimTime, long measurementsTaken) Description copied from interface:IStatusObserver
Notification call informing the observer about the simulation progess in percent done- Specified by:
updateStatus
in interfaceIStatusObserver
- Parameters:
percentDone
- Percentage of the maximum simulation time which has passed
-