blob: ac515561ee89e0acb79cea34f934289fa38195da [file] [log] [blame]
/*
*
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Florian Pirchner - Initial implementation
* Loetz GmbH&Co.KG
*
*/
package org.eclipse.osbp.vaadin.emf.api;
// TODO: Auto-generated Javadoc
/**
* The Interface IModelingConstants.
*/
public interface IModelingConstants {
/**
* Sends the clicked UI element and the associated model element by this
* topic in event admin.
*/
public static final String TOPIC__ELEMENT_CLICKED = "osbee/vaadin/emf/elementClicked";
}