blob: 31cceee2185a58c50462c993ffe7af91ccc63e0f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2011 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Nicolas Guyomar (Mia-Software) - Code Synchronization
*******************************************************************************/
package org.eclipse.gmt.modisco.infra.browser.extensions.listeners;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.jface.action.IStatusLineManager;
/**
* @deprecated Will be replaced by EMF Facet,
* cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=470715
*/
@Deprecated
public interface DoubleClickListener {
public abstract void synchronizeEObject(EObject eObjet, IStatusLineManager statusLineManager);
}