Class BeginReconfigurationEvent

java.lang.Object
org.palladiosimulator.simulizar.interpreter.listener.ReconfigurationEvent
org.palladiosimulator.simulizar.interpreter.listener.BeginReconfigurationEvent

public class BeginReconfigurationEvent extends ReconfigurationEvent
Class to notify that a reconfiguration started.
See Also:
  • Constructor Details

    • BeginReconfigurationEvent

      public BeginReconfigurationEvent(double simulationTime)
      Initializes a new instance with the given parameters.
      Parameters:
      simulationTime - A double to denote the point in time at which the reconfiguration started..
    • BeginReconfigurationEvent

      public BeginReconfigurationEvent(de.uka.ipd.sdq.simulation.abstractsimengine.ISimulationControl simulationControl)
      Initializes a new instance with the given parameters.
      Parameters:
      simulationControl - The ISimulationControl that is used in the current simulation run.
      Throws:
      NullPointerException - In case the given simulationControl is null.