blob: 759e6e646040549fd469847830f8071e310f9d81 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2017 Timing-Architects Embedded Systems GmbH and others.
* 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:
* Timing-Architects Embedded Systems GmbH - initial API and implementation
*
* *******************************************************************************
*/
package org.eclipse.app4mc.amalthea.generator.ui;
import org.eclipse.app4mc.amalthea.generator.configuration.RTMGC;
public interface IConfigurationHelper {
public void loadConfiguration(RTMGC rtmgc);
public void updateConfiguration(RTMGC rtmgc);
public boolean isValid();
}