classpathhelper.eclipse.ui
Interface IClassPathChangeListener

All Known Implementing Classes:
ClassPathHelperViewPart, LocationsViewPart, PackagesViewPart, PackagesViewPart

public interface IClassPathChangeListener

Interface representing an object that is interested in changes to the classpath.

Since:
1.0
Author:
bharris

Method Summary
 void classpathChangedEvent(IClassPathModel source, CGClassLoader classLoader)
          Callback method indicating that the classpath has changed.
 

Method Detail

classpathChangedEvent

public void classpathChangedEvent(IClassPathModel source,
                                  CGClassLoader classLoader)
Callback method indicating that the classpath has changed.

Parameters:
source - The source of this change event.
classLoader - The new classloader.
Since:
1.0