Klasse VehicleAttachmentEvent

java.lang.Object
org.opentcs.drivers.vehicle.management.CommAdapterEvent
org.opentcs.drivers.vehicle.management.VehicleAttachmentEvent
Alle implementierten Schnittstellen:
Serializable, LowLevelCommunicationEvent

public class VehicleAttachmentEvent extends CommAdapterEvent implements Serializable
Instances of this class represent events emitted by/for attaching comm adapters.
Siehe auch:
  • Konstruktordetails

    • VehicleAttachmentEvent

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