Class DebugObserver
java.lang.Object
de.uka.ipd.sdq.simucomframework.simulationdock.DebugObserver
- All Implemented Interfaces:
IStatusObserver
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDebugObserver
(org.osgi.service.event.EventAdmin eventAdmin, SimulationDockService myDock) -
Method Summary
Modifier and TypeMethodDescriptionvoid
resume()
void
step()
void
suspend()
void
updateStatus
(int percentDone, double currentSimTime, long measurementsTaken) Notification call informing the observer about the simulation progess in percent done
-
Field Details
-
LOGGER
protected static final org.apache.log4j.Logger LOGGER
-
-
Constructor Details
-
DebugObserver
-
-
Method Details
-
suspend
public void suspend() -
resume
public void resume() -
step
public void step() -
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
-