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 Detail

      • contentChanged

        void contentChanged​(ECPRepository repository,
                            java.util.Collection<java.lang.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