Klasse VehicleProcessModel.PropertyUpdate

java.lang.Object
org.opentcs.drivers.vehicle.VehicleProcessModel.PropertyUpdate
Bekannte direkte Unterklassen:
VehicleProcessModel.TransportOrderPropertyUpdate, VehicleProcessModel.VehiclePropertyUpdate
Umschließende Klasse:
VehicleProcessModel

public static class VehicleProcessModel.PropertyUpdate extends Object
A notification object sent to observers to indicate a change of a property.
  • Konstruktordetails

    • PropertyUpdate

      public PropertyUpdate(String key, String value)
      Creates a new instance.
      Parameter:
      key - The key.
      value - The new value.
  • Methodendetails

    • getKey

      public String getKey()
      Returns the property's key.
      Gibt zurück:
      The property's key.
    • getValue

      public String getValue()
      Returns the property's new value.
      Gibt zurück:
      The property's new value.