blob: f2f1505e1fbef4ab5607f53e3acf62cb16f44ec7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2015 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Nicolas Bros (Mia-Software) - initial API and implementation
* Grégoire Dupé (Mia-Software) - Bug 471096 - MetaclassInstance features have to be moved to an EMF dedicated plug-in
*******************************************************************************/
package org.eclipse.modisco.util.emf.core.internal.allinstances;
import org.eclipse.emf.common.notify.Notification;
public interface ModelChangeListener {
void modelChanged(Notification msg);
}