blob: 7f2a20e19ff4d2da83eaaddf4607e6da0c3698f6 [file] [log] [blame]
package org.eclipse.jdt.internal.core;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.jdt.core.*;
public interface IPathRequestor {
void acceptPath(String path);
}