de.uka.ipd.sdq.simucomframework
Interface IStatusObserver

All Known Implementing Classes:
DebugObserver, DispatchingSimulationObserver, SimuComJob, SimulationProgressReportingObserver

public interface IStatusObserver

Interface for observers interested in the progress of the simulation

Author:
Steffen Becker

Method Summary
 void updateStatus(int percentDone, double currentSimTime, long measurementsTaken)
          Notification call informing the observer about the simulation progess in percent done
 

Method Detail

updateStatus

void updateStatus(int percentDone,
                  double currentSimTime,
                  long measurementsTaken)
Notification call informing the observer about the simulation progess in percent done

Parameters:
percentDone - Percentage of the maximum simulation time which has passed