public abstract class ProjectLibraryChangeListener
extends java.lang.Object
JLibraryManager.addProjectLibraryChangeListener().ProjectLibraryChangeEvent| Constructor and Description |
|---|
ProjectLibraryChangeListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
needClasspathNotification(Project project)
Allows a listener to have a say as to whether this project is of interest for notification.
|
abstract void |
projectClasspathChanged(ProjectLibraryChangeEvent libraryChangeEvent)
Called when an project classpath change has occurred.
|
void |
projectClosed(Project project)
An echo of the underlying ProjectChangeListener.projectClosed().
|
void |
projectOpened(Project project)
An echo of the underlying ProjectChangeListener.projectOpened().
|
public abstract boolean needClasspathNotification(Project project)
project - the project whose libraries have changedpublic abstract void projectClasspathChanged(ProjectLibraryChangeEvent libraryChangeEvent)
libraryChangeEvent - carries jar adds, removals and modified.public void projectOpened(Project project)
project - the project instance that was open.public void projectClosed(Project project)
project - the project instance that was closed.