public interface ECPProjectContentTouchedObserver extends ECPObserver
ECPProjectContentChangedObserver
. It will
also get all Elements that where affected by the change.Modifier and Type | Method and Description |
---|---|
void |
contentTouched(ECPProject project,
Collection<Object> objects,
boolean structural)
This is called when objects of a project changed.
|
void contentTouched(ECPProject project, Collection<Object> objects, boolean structural)
project
- the project where the changed occurred.objects
- the objects that changed and the objects affected by the changestructural
- whether the change was structural that is changes to containment referencesCopyright © 2016. All rights reserved.