public interface ContributedOffsetPathChange extends ContributedObjectChange
OffsetPath
objects.Modifier and Type | Method and Description |
---|---|
void |
contributedObjectAdded(OffsetPath object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is added. |
void |
contributedObjectModified(OffsetPath object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is removed. |
void |
contributedObjectRemoved(OffsetPath object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is modified. |
void contributedObjectAdded(OffsetPath 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(OffsetPath 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(OffsetPath 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.