Class VehicleAttachmentEvent

java.lang.Object
org.opentcs.drivers.vehicle.management.CommAdapterEvent
org.opentcs.drivers.vehicle.management.VehicleAttachmentEvent
All Implemented Interfaces:
Serializable, LowLevelCommunicationEvent

public class VehicleAttachmentEvent extends CommAdapterEvent implements Serializable
Instances of this class represent events emitted by/for attaching comm adapters.
See Also:
  • Constructor Details

    • VehicleAttachmentEvent

      public VehicleAttachmentEvent(@Nonnull String vehicleName, @Nonnull VehicleAttachmentInformation attachmentInformation)
      Creates a new instance.
      Parameters:
      vehicleName - The vehicle's name a comm adapter has been attached to.
      attachmentInformation - The information to the actual attachment.
  • Method Details