Class VehicleProcessModel.VehiclePropertyUpdate

java.lang.Object
org.opentcs.drivers.vehicle.VehicleProcessModel.PropertyUpdate
org.opentcs.drivers.vehicle.VehicleProcessModel.VehiclePropertyUpdate
Enclosing class:
VehicleProcessModel

public static class VehicleProcessModel.VehiclePropertyUpdate
extends VehicleProcessModel.PropertyUpdate
A notification object sent to observers to indicate a change of a vehicle's property.
  • Constructor Summary

    Constructors 
    Constructor Description
    VehiclePropertyUpdate​(java.lang.String key, java.lang.String value)
    Creates a new instance.
  • Method Summary

    Methods inherited from class org.opentcs.drivers.vehicle.VehicleProcessModel.PropertyUpdate

    getKey, getValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VehiclePropertyUpdate

      public VehiclePropertyUpdate​(java.lang.String key, java.lang.String value)
      Creates a new instance.
      Parameters:
      key - The property's key.
      value - The new value.