public interface ECPRepositoryContentChangedObserver extends ECPObserver
Modifier and Type | Method and Description |
---|---|
void |
contentChanged(ECPRepository repository,
Collection<Object> objects)
This is called to indicate, that objects inside the repository changed.
|
void contentChanged(ECPRepository repository, Collection<Object> objects)
repository
- the repository the changes occurredobjects
- the objects that changedCopyright © 2017. All rights reserved.