blob: 31f913ba9d6fcabeb450e01e51a47196e97a6293 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 Martin Reiterer.
* 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:
* Martin Reiterer - initial API and implementation
******************************************************************************/
package org.eclipse.babel.tapiji.tools.core.model;
import org.eclipse.babel.tapiji.tools.core.model.manager.ResourceExclusionEvent;
public interface IResourceExclusionListener {
public void exclusionChanged(ResourceExclusionEvent event);
}