Class PeripheralCommAdapterEvent
java.lang.Object
org.opentcs.drivers.peripherals.management.PeripheralCommAdapterEvent
- All Implemented Interfaces:
Serializable
,LowLevelCommunicationEvent
- Direct Known Subclasses:
PeripheralAttachmentEvent
,PeripheralProcessModelEvent
public abstract class PeripheralCommAdapterEvent
extends Object
implements LowLevelCommunicationEvent, Serializable
Instances of this class represent events emitted by/for peripheral comm adapter changes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PeripheralCommAdapterEvent
public PeripheralCommAdapterEvent()Creates an empty event.
-