Klasse ProcessModelEvent
java.lang.Object
org.opentcs.drivers.vehicle.management.CommAdapterEvent
org.opentcs.drivers.vehicle.management.ProcessModelEvent
- Alle implementierten Schnittstellen:
Serializable
,LowLevelCommunicationEvent
Instances of this class represent events emitted by/for changes on
VehicleProcessModel
s.- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungProcessModelEvent
(String attributeChanged, VehicleProcessModelTO updatedProcessModel) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the attribute's name that changed in the process model.Returns a serializable representation of the corresponding process model.
-
Konstruktordetails
-
ProcessModelEvent
public ProcessModelEvent(@Nonnull String attributeChanged, @Nonnull VehicleProcessModelTO updatedProcessModel) Creates a new instance.- Parameter:
attributeChanged
- The attribute's name that changed.updatedProcessModel
- A serializable representation of the corresponding process model.
-
-
Methodendetails
-
getAttributeChanged
Returns the attribute's name that changed in the process model.- Gibt zurück:
- The attribute's name that changed in the process model.
-
getUpdatedProcessModel
Returns a serializable representation of the corresponding process model.- Gibt zurück:
- A serializable representation of the corresponding process model.
-