org.eclipse.emf.ecp.core.util.observer
Interface ECPProjectContentChangedObserver
- All Superinterfaces:
- ECPObserver
public interface ECPProjectContentChangedObserver
- extends ECPObserver
This Observer is called to notify listeners about changes of objects in a project. The caller can return objects that
are also affected by the object change.
- Author:
- Eugen Neufeld
objectsChanged
Collection<Object> objectsChanged(ECPProject project,
Collection<Object> objects)
- Return an Collection affected Objects.
- Parameters:
project
- the ECPProject
where the change occurredobjects
- the objects that changed
- Returns:
- Collection of affected Objects
Copyright © 2014. All Rights Reserved.