| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.contrib.events | |
| oracle.jdeveloper.deploy.events | |
| oracle.jdeveloper.library |
The
Libraries package provides the library API used by JDeveloper. |
| Modifier and Type | Method and Description |
|---|---|
LibraryEvent |
ContributedJLibraryChange.LibraryChangeContext.getLibraryEvent() |
| Modifier and Type | Method and Description |
|---|---|
void |
JLibraryChange.objectAdded(JLibrary jlibrary, DataContainer container, LibraryChange libraryChange, LibraryEvent libraryEvent)
Fired when a contributed object is added.
|
void |
JLibraryChange.objectModified(JLibraryChange.JLibraryCached before, JLibrary after, DataContainer container, LibraryChange libraryChange, LibraryEvent libraryEvent)
Fired when a contributed object is modified.
|
void |
JLibraryChange.objectRemoved(JLibraryChange.JLibraryCached jlibrary, DataContainer container, LibraryChange libraryChange, LibraryEvent libraryEvent)
Fired when a contributed object is removed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryListener.librariesChanged(LibraryEvent e)
Libraries have changed.
|