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

Method Summary
 Collection<Object> objectsChanged(ECPProject project, Collection<Object> objects)
          Return an Collection affected Objects.
 

Method Detail

objectsChanged

Collection<Object> objectsChanged(ECPProject project,
                                  Collection<Object> objects)
Return an Collection affected Objects.

Parameters:
project - the ECPProject where the change occurred
objects - the objects that changed
Returns:
Collection of affected Objects


Copyright © 2015. All Rights Reserved.