Klasse ProcessModelEvent

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

public class ProcessModelEvent extends CommAdapterEvent implements Serializable
Instances of this class represent events emitted by/for changes on VehicleProcessModels.
Siehe auch:
  • Konstruktordetails

    • ProcessModelEvent

      public ProcessModelEvent(@Nonnull String attributeChanged, @Nonnull VehicleProcessModelTO updatedProcessModel)
      Creates a new instance.
      Parameter:
      attributeChanged - The attribute's name that changed.
      updatedProcessModel - A serializable representation of the corresponding process model.
  • Methodendetails

    • getAttributeChanged

      public String getAttributeChanged()
      Returns the attribute's name that changed in the process model.
      Gibt zurück:
      The attribute's name that changed in the process model.
    • getUpdatedProcessModel

      public VehicleProcessModelTO getUpdatedProcessModel()
      Returns a serializable representation of the corresponding process model.
      Gibt zurück:
      A serializable representation of the corresponding process model.