blob: ad52c7266ec22ab12dcc661b5806bc4a441eeae1 [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 ISSystemEvent} and
* will be used by the custom factory.
*
* @author $Author: ymunoz $
* @version $Revision: 176 $
*/
public interface IMSSystemEvent
extends ISSystemEvent {
}