Class DebugObserver

    • Field Detail

      • LOGGER

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

      • DebugObserver

        public DebugObserver​(org.osgi.service.event.EventAdmin eventAdmin,
                             SimulationDockService myDock)
    • Method Detail

      • 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