| Package | Description | 
|---|---|
| oracle.jdeveloper.deploy.contrib.events | |
| oracle.jdeveloper.deploy.contrib.spi | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ContributedJLibraryChange.contributedObjectAdded(ContributedJLibraryChange.LibraryChangeContext changeContext,
                      Processor processor,
                      Context context)
Fired by  
Processor when a contributed object is added. | 
void | 
ContributedJLibraryChange.contributedObjectModified(ContributedJLibraryChange.LibraryChangeContext changeContext,
                         Processor processor,
                         Context context)
Fired by  
Processor when a contributed object is removed. | 
void | 
ContributedJLibraryChange.contributedObjectRemoved(ContributedJLibraryChange.LibraryChangeContext changeContext,
                        Processor processor,
                        Context context)
Fired by  
Processor when a contributed object is modified. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractJLibraryProcessor.ContributedJLibraryChangeListener.onContributedObjectAdded(ContributedJLibraryChange.LibraryChangeContext changeContext,
                        Processor processor,
                        Context context)  | 
void | 
AbstractJLibraryProcessor.ContributedJLibraryChangeListener.onContributedObjectModified(ContributedJLibraryChange.LibraryChangeContext changeContext,
                           Processor processor,
                           Context context)  | 
void | 
AbstractJLibraryProcessor.ContributedJLibraryChangeListener.onContributedObjectRemoved(ContributedJLibraryChange.LibraryChangeContext changeContext,
                          Processor processor,
                          Context context)  |