blob: a2a4154848e9380d7ddef28a41836e395ae35551 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2015-2021 Robert Bosch GmbH and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Generated using Eclipse EMF
*
* *******************************************************************************
*/
package org.eclipse.app4mc.amalthea.model;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Entity Event</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* An abstract event that describes the notification of a changed state of an entity
* <!-- end-model-doc -->
*
*
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getEntityEvent()
* @model abstract="true"
* @generated
*/
public interface EntityEvent extends Event {
} // EntityEvent