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 Detail

      • projectsChanged

        void projectsChanged​(java.util.Collection<ECPProject> oldProjects,
                             java.util.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