Class DispatchingSimulationObserver
- java.lang.Object
-
- de.uka.ipd.sdq.simucomframework.simulationdock.DispatchingSimulationObserver
-
- All Implemented Interfaces:
IStatusObserver
public class DispatchingSimulationObserver extends Object implements IStatusObserver
-
-
Constructor Summary
Constructors Constructor Description DispatchingSimulationObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddObserver(IStatusObserver client)voidremoveAll()voidremoveObserver(IStatusObserver client)voidupdateStatus(int percentDone, double currentSimTime, long measurementsTaken)Notification call informing the observer about the simulation progess in percent done
-
-
-
Method Detail
-
addObserver
public void addObserver(IStatusObserver client)
-
removeObserver
public void removeObserver(IStatusObserver client)
-
removeAll
public void removeAll()
-
updateStatus
public void updateStatus(int percentDone, double currentSimTime, long measurementsTaken)Description copied from interface:IStatusObserverNotification call informing the observer about the simulation progess in percent done- Specified by:
updateStatusin interfaceIStatusObserver- Parameters:
percentDone- Percentage of the maximum simulation time which has passed
-
-