Klasse PeripheralAttachmentEvent
java.lang.Object
org.opentcs.drivers.peripherals.management.PeripheralCommAdapterEvent
org.opentcs.drivers.peripherals.management.PeripheralAttachmentEvent
- Alle implementierten Schnittstellen:
Serializable
,LowLevelCommunicationEvent
Instances of this class represent events emitted by/for attaching comm adapters.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungPeripheralAttachmentEvent
(TCSResourceReference<Location> location, PeripheralAttachmentInformation attachmentInformation) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the information to the actual attachment.Returns the location a comm adapter has been attached to.
-
Konstruktordetails
-
PeripheralAttachmentEvent
public PeripheralAttachmentEvent(@Nonnull TCSResourceReference<Location> location, @Nonnull PeripheralAttachmentInformation attachmentInformation) Creates a new instance.- Parameter:
location
- The location a comm adapter has been attached to.attachmentInformation
- The information to the actual attachment.
-
-
Methodendetails
-
getLocation
Returns the location a comm adapter has been attached to.- Gibt zurück:
- The location a comm adapter has been attached to.
-
getAttachmentInformation
Returns the information to the actual attachment.- Gibt zurück:
- The information to the actual attachment.
-