Interface ThreadSimulatorStepCallbackHandler

    • Method Detail

      • callback

        void callback​(ThreadSimulator simulator,
                      State state)
        The callback method that is called from the simulator.
        Parameters:
        simulator - the ThreadSimulator that makes the callback.
        state - the new State after the simulation cycle.