blob: 019ae18c32cd0fa3fbf6cb96cc69023aa2e3db33 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007-2013 THALES GLOBAL SERVICES.
* 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:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.sirius.tree;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>DTree Element Synchronizer</b></em>'. <!-- end-user-doc -->
*
*
* @see org.eclipse.sirius.tree.TreePackage#getDTreeElementSynchronizer()
* @model
* @generated
*/
public interface DTreeElementSynchronizer extends EObject {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @model DTreeItemRequired="true"
* @generated
*/
void refresh(DTreeItem DTreeItem);
} // DTreeElementSynchronizer