public interface ContributedArchiveEntryChange extends ContributedObjectChange
ArchiveEntry objects.| Modifier and Type | Method and Description |
|---|---|
void |
contributedObjectAdded(ArchiveEntry object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is added. |
void |
contributedObjectModified(ArchiveEntry object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is removed. |
void |
contributedObjectRemoved(ArchiveEntry object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is modified. |
void contributedObjectAdded(ArchiveEntry object, Processor processor, Context context)
Processor when a contributed object is added.object - - object that was added.processor - - the source of the event.context - - the context in which object was added.void contributedObjectModified(ArchiveEntry object, Processor processor, Context context)
Processor when a contributed object is removed.object - - object modified.processor - - the source of the event.context - - the context in which object was modified.void contributedObjectRemoved(ArchiveEntry object, Processor processor, Context context)
Processor when a contributed object is modified.object - - object removed.processor - - the source of the event.context - - the Context in which object was removed.