Package org.opentcs.drivers.vehicle
Klasse VehicleProcessModel.PropertyUpdate
java.lang.Object
org.opentcs.drivers.vehicle.VehicleProcessModel.PropertyUpdate
- Bekannte direkte Unterklassen:
VehicleProcessModel.TransportOrderPropertyUpdate
,VehicleProcessModel.VehiclePropertyUpdate
- Umschließende Klasse:
VehicleProcessModel
A notification object sent to observers to indicate a change of a property.
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
PropertyUpdate
Creates a new instance.- Parameter:
key
- The key.value
- The new value.
-
-
Methodendetails
-
getKey
Returns the property's key.- Gibt zurück:
- The property's key.
-
getValue
Returns the property's new value.- Gibt zurück:
- The property's new value.
-