Package org.opentcs.drivers.vehicle
Klasse VehicleCommAdapterEvent
java.lang.Object
org.opentcs.drivers.vehicle.VehicleCommAdapterEvent
- Alle implementierten Schnittstellen:
Serializable
An event emitted by a communication adapter.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorBeschreibungVehicleCommAdapterEvent
(String adapterName) Creates a new instance without an appendix.VehicleCommAdapterEvent
(String adapterName, Serializable appendix) Creates a new instance. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the name of the adapter that emitted this event.Returns the (optional) appendix containing additional arbitrary information about the event.toString()
-
Konstruktordetails
-
VehicleCommAdapterEvent
Creates a new instance.- Parameter:
adapterName
- The name of the adapter that emitted this event.appendix
- An optional appendix containing additional arbitrary information about the event.
-
VehicleCommAdapterEvent
Creates a new instance without an appendix.- Parameter:
adapterName
- The name of the adapter that emitted this event.
-
-
Methodendetails
-
getAdapterName
Returns the name of the adapter that emitted this event.- Gibt zurück:
- The name of the adapter that emitted this event.
-
getAppendix
Returns the (optional) appendix containing additional arbitrary information about the event.- Gibt zurück:
- The (optional) appendix containing additional arbitrary information about the event.
-
toString
-