Klasse PeripheralProcessModelEvent
java.lang.Object
org.opentcs.drivers.peripherals.management.PeripheralCommAdapterEvent
org.opentcs.drivers.peripherals.management.PeripheralProcessModelEvent
- Alle implementierten Schnittstellen:
Serializable
,LowLevelCommunicationEvent
Instances of this class represent events emitted by/for changes on
PeripheralProcessModel
s.- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungPeripheralProcessModelEvent
(TCSResourceReference<Location> location, String attributeChanged, PeripheralProcessModel processModel) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the name of the attribute that has changed in the process model.Returns the location assiciated with the peripheral device.Returns the process model with its current/changed state.
-
Konstruktordetails
-
PeripheralProcessModelEvent
public PeripheralProcessModelEvent(@Nonnull TCSResourceReference<Location> location, @Nonnull String attributeChanged, @Nonnull PeripheralProcessModel processModel) Creates a new instance.- Parameter:
location
- The location assiciated with the peripheral device.attributeChanged
- The name of the attribute that has changed in the process model.processModel
- The process model with its current/changed state.
-
-
Methodendetails
-
getLocation
Returns the location assiciated with the peripheral device.- Gibt zurück:
- The location.
-
getAttributeChanged
Returns the name of the attribute that has changed in the process model.- Gibt zurück:
- The name of the attribute that has changed in the process model.
-
getProcessModel
Returns the process model with its current/changed state.- Gibt zurück:
- The process model with its current/changed state.
-