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