All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentcs.drivers.peripherals.management.PeripheralCommAdapterEvent Maven / Gradle / Ivy

// SPDX-FileCopyrightText: The openTCS Authors
// SPDX-License-Identifier: MIT
package org.opentcs.drivers.peripherals.management;

import java.io.Serializable;
import org.opentcs.drivers.LowLevelCommunicationEvent;

/**
 * Instances of this class represent events emitted by/for peripheral comm adapter changes.
 */
public abstract class PeripheralCommAdapterEvent
    implements
      LowLevelCommunicationEvent,
      Serializable {

  /**
   * Creates an empty event.
   */
  public PeripheralCommAdapterEvent() {
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy