Class VehicleProcessModel.PropertyUpdate

java.lang.Object
org.opentcs.drivers.vehicle.VehicleProcessModel.PropertyUpdate
Direct Known Subclasses:
VehicleProcessModel.TransportOrderPropertyUpdate, VehicleProcessModel.VehiclePropertyUpdate
Enclosing class:
VehicleProcessModel

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

    • PropertyUpdate

      public PropertyUpdate(String key, String value)
      Creates a new instance.
      Parameters:
      key - The key.
      value - The new value.
  • Method Details

    • getKey

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

      public String getValue()
      Returns the property's new value.
      Returns:
      The property's new value.