org.eclipse.emf.ecp.core.util.observer
Interface ECPProjectsChangedObserver

All Superinterfaces:
ECPObserver
All Known Implementing Classes:
ModelContentProvider

public interface ECPProjectsChangedObserver
extends ECPObserver

This Observer is called to notify listeners about changes of projects.

Author:
Eike Stepper, Edgar Mueller, Eugen Neufeld

Method Summary
 void projectsChanged(Collection<ECPProject> oldProjects, Collection<ECPProject> newProjects)
          This is called when a project changes, so if it is either added or removed.
 

Method Detail

projectsChanged

void projectsChanged(Collection<ECPProject> oldProjects,
                     Collection<ECPProject> newProjects)
This is called when a project changes, so if it is either added or removed.

Parameters:
oldProjects - the collection of projects before the change
newProjects - the collection of projects after the change


Copyright © 2015. All Rights Reserved.