blob: 6eb26338f5ee0d66ec0e38c811233ace3f478bcd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 ALL4TEC & CEA LIST.
* 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:
* ALL4TEC & CEA LIST - initial API and implementation
*******************************************************************************/
package org.polarsys.esf.esflocalanalysis;
/**
* This interface can override the generated interface {@link ISLocalEvent} and
* will be used by the custom factory.
*
* @author $Author: ymunoz $
* @version $Revision: 176 $
*/
public interface IMSLocalEvent
extends ISLocalEvent {
}