Class ThreadSimulatorStepEvent

    • Constructor Detail

      • ThreadSimulatorStepEvent

        public ThreadSimulatorStepEvent​(java.lang.Object source,
                                        ThreadSimulator threadsimulator,
                                        State state)
        Create a new event.
        Parameters:
        source - the object that created this event.
        threadsimulator - the ThreadSimulator that makes the callbacks.
        state - the new State after the simulation step.
    • Method Detail

      • getState

        public State getState()
        Returns:
        the State after the simulation step.