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

org.opentcs.common.ClientConnectionMode Maven / Gradle / Ivy

The newest version!
// SPDX-FileCopyrightText: The openTCS Authors
// SPDX-License-Identifier: MIT
package org.opentcs.common;

/**
 * Defines the modes in which an application may be in.
 */
public enum ClientConnectionMode {
  /**
   * The application SHOULD be connected/online.
   */
  ONLINE,
  /**
   * The application SHOULD be disconnected/offline.
   */
  OFFLINE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy