public interface ContributedJLibraryChange extends ContributedObjectChange
Modifier and Type | Interface and Description |
---|---|
static interface |
ContributedJLibraryChange.LibraryChangeContext |
Modifier and Type | Method and Description |
---|---|
void |
contributedObjectAdded(ContributedJLibraryChange.LibraryChangeContext changeContext,
Processor processor,
Context context)
Fired by
Processor when a contributed object is added. |
void |
contributedObjectModified(ContributedJLibraryChange.LibraryChangeContext changeContext,
Processor processor,
Context context)
Fired by
Processor when a contributed object is removed. |
void |
contributedObjectRemoved(ContributedJLibraryChange.LibraryChangeContext changeContext,
Processor processor,
Context context)
Fired by
Processor when a contributed object is modified. |
void contributedObjectAdded(ContributedJLibraryChange.LibraryChangeContext changeContext, Processor processor, Context context)
Processor
when a contributed object is added.changeContext
- - the context in which the library was added.processor
- - the source of the event.context
- - the context in which object was added.void contributedObjectModified(ContributedJLibraryChange.LibraryChangeContext changeContext, Processor processor, Context context)
Processor
when a contributed object is removed.changeContext
- - the context in which the library was modifiedprocessor
- - the source of the event.context
- - the context in which object was modified.void contributedObjectRemoved(ContributedJLibraryChange.LibraryChangeContext changeContext, Processor processor, Context context)
Processor
when a contributed object is modified.changeContext
- - the context in which the library was removedprocessor
- - the source of the event.context
- - the Context in which object was removed.