org.eclipse.emf.ecp.core.util.observer
Interface ECPRepositoryContentChangedObserver
- All Superinterfaces:
- ECPObserver
- All Known Implementing Classes:
- RepositoriesContentProvider
public interface ECPRepositoryContentChangedObserver
- extends ECPObserver
This Observer is called to notify listeners about changes of the objects in a repository.
- Author:
- Eike Stepper, Edgar Mueller, Eugen Neufeld
contentChanged
void contentChanged(ECPRepository repository,
Collection<Object> objects)
- This is called to indicate, that objects inside the repository changed.
- Parameters:
repository
- the repository the changes occurredobjects
- the objects that changed
Copyright © 2015. All Rights Reserved.