blob: b3d5ae4ca11635644f8d68162003ac53a204c7f8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 The University of York.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* Dimitrios Kolovos - initial API and implementation
******************************************************************************/
package org.eclipse.epsilon.common.dt.editor;
import org.eclipse.epsilon.common.module.IModule;
public interface IModuleParseListener {
public void moduleParsed(AbstractModuleEditor editor, IModule module);
}