blob: 7c947cc1206f59bbcd674fb0c9973c6485e7e823 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 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:
* Gregoire DUPE (Mia-Software)
*******************************************************************************/
package org.eclipse.gmt.modisco.infra.common.core.internal.resource;
import org.eclipse.emf.common.util.URI;
/**
* @author Gregoire DUPE
*/
public interface IMoDiscoResourceListener {
/**
* This method is called to receive notifications about
* {@link MoDiscoResourceSet} changes.
*/
public void aListenedResourceHasChanged(URI resourceUri, URI dependingResourceURI);
}