Class SimulatorStateTransceiver

java.lang.Object
org.opentrafficsim.sim0mq.publisher.AbstractTransceiver
org.opentrafficsim.sim0mq.publisher.SimulatorStateTransceiver
All Implemented Interfaces:
Identifiable, TransceiverInterface

public class SimulatorStateTransceiver extends AbstractTransceiver
Transceiver for simulator state change events.

Copyright (c) 2020-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Peter Knoppers
  • Field Details

    • SIMULATOR_STATE_CHANGED

      public static final EventType SIMULATOR_STATE_CHANGED
      The event that will be emitted for either the START_EVENT or the STOP_EVENT.
  • Constructor Details

  • Method Details