Package com.iizigo.java.classpath
Interface IClasspathChangeListener
public interface IClasspathChangeListener
Interface used to listen to class path changes with the Java Manager.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onClasspathChanged
(org.eclipse.core.resources.IProject project) Called when the classpath is changed.
Method Details
onClasspathChanged
void onClasspathChanged(org.eclipse.core.resources.IProject project) Called when the classpath is changed.