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

All Superinterfaces:
ECPObserver
All Known Implementing Classes:
RepositoriesContentProvider

public interface ECPRepositoryContentChangedObserver
extends ECPObserver

This Observer is called to notify listeners about changes of the objects in a repository.

Author:
Eike Stepper, Edgar Mueller, Eugen Neufeld

Method Summary
 void contentChanged(ECPRepository repository, Collection<Object> objects)
          This is called to indicate, that objects inside the repository changed.
 

Method Detail

contentChanged

void contentChanged(ECPRepository repository,
                    Collection<Object> objects)
This is called to indicate, that objects inside the repository changed.

Parameters:
repository - the repository the changes occurred
objects - the objects that changed


Copyright © 2014. All Rights Reserved.