Class VehicleProcessModel.TransportOrderPropertyUpdate

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

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

    Constructors 
    Constructor Description
    TransportOrderPropertyUpdate​(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

    • TransportOrderPropertyUpdate

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