Package org.opentcs.drivers.vehicle
Class VehicleProcessModel.PropertyUpdate
java.lang.Object
org.opentcs.drivers.vehicle.VehicleProcessModel.PropertyUpdate
- Direct Known Subclasses:
VehicleProcessModel.TransportOrderPropertyUpdate
,VehicleProcessModel.VehiclePropertyUpdate
- Enclosing class:
VehicleProcessModel
A notification object sent to observers to indicate a change of a property.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyUpdate
Creates a new instance.- Parameters:
key
- The key.value
- The new value.
-
-
Method Details
-
getKey
Returns the property's key.- Returns:
- The property's key.
-
getValue
Returns the property's new value.- Returns:
- The property's new value.
-