blob: 5c7c3f2f245b85af96603faff263322ec6f48ade [file] [log] [blame]
/*******************************************************************************
*
* 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:
* Borland Software Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.m2m.internal.qvt.oml.common.resourcesetprovider;
/**
* @author aigdalov
* Created on Feb 26, 2008
*/
public interface IResourceSetProviderListener {
public void resourceSetChanged();
}