Class CommAdapterEvent

java.lang.Object
org.opentcs.drivers.vehicle.management.CommAdapterEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AttachmentEvent, ProcessModelEvent

public abstract class CommAdapterEvent
extends java.lang.Object
implements java.io.Serializable
Instances of this class represent events emitted by/for comm adapter changes.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    CommAdapterEvent()
    Creates an empty event.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details