public interface ECPProjectsChangedObserver extends ECPObserver
Modifier and Type | Method and Description |
---|---|
void |
projectsChanged(Collection<ECPProject> oldProjects,
Collection<ECPProject> newProjects)
This is called when a project changes, so if it is either added or removed.
|
void projectsChanged(Collection<ECPProject> oldProjects, Collection<ECPProject> newProjects)
oldProjects
- the collection of projects before the changenewProjects
- the collection of projects after the changeCopyright © 2019. All rights reserved.