Class DebugObserver

java.lang.Object
de.uka.ipd.sdq.simucomframework.simulationdock.DebugObserver
All Implemented Interfaces:
IStatusObserver

public class DebugObserver extends Object implements IStatusObserver
  • Field Details

    • LOGGER

      protected static final org.apache.log4j.Logger LOGGER
  • Constructor Details

    • DebugObserver

      public DebugObserver(org.osgi.service.event.EventAdmin eventAdmin, SimulationDockService myDock)
  • 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 interface IStatusObserver
      Parameters:
      percentDone - Percentage of the maximum simulation time which has passed