|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.library.ProjectLibraryChangeListener
public abstract class ProjectLibraryChangeListener
A listener used for tracking changes to libraries on the project classpath. 1) A library has been added to the classpath. 2) A library has been removed from a classpath. 3) A library's jar has been updated. Add using JLibraryManager.addProjectLibraryChangeListener().
ProjectLibraryChangeEvent| Constructor Summary | |
|---|---|
ProjectLibraryChangeListener() |
|
| Method Summary | |
|---|---|
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(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectLibraryChangeListener()
| Method Detail |
|---|
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.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.3.0) E17493-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||