blob: 3577dec5b050b49405e4dd232d7c78e2d89f0e09 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 Christian Pontesegger 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:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
package org.eclipse.ease;
/**
* COMMENT add type comment.
*
*/
public interface IScriptEngineProvider {
IScriptEngine getScriptEngine();
}