blob: 5da351a62349923d0a83535da0f22642df02a6d5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.internal.ui.refactoring.nls;
import org.eclipse.jdt.core.IPackageFragmentRoot;
public interface SourceChangeListener {
public void sourceRootChanged(IPackageFragmentRoot newRoot);
}