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

All Superinterfaces:
ECPObserver
All Known Implementing Classes:
PropertiesContentProvider

public interface ECPPropertiesObserver
extends ECPObserver

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

Author:
Eike Stepper, Edgar Mueller, Eugen Neufeld

Method Summary
 void propertiesChanged(ECPProperties properties, Collection<Map.Entry<String,String>> oldProperties, Collection<Map.Entry<String,String>> newProperties)
          This is called to indicate, that properties changed.
 

Method Detail

propertiesChanged

void propertiesChanged(ECPProperties properties,
                       Collection<Map.Entry<String,String>> oldProperties,
                       Collection<Map.Entry<String,String>> newProperties)
This is called to indicate, that properties changed.

Parameters:
properties - the ECPProperties that are chnaged
oldProperties - the properties before changing
newProperties - the properties after changing


Copyright © 2015. All Rights Reserved.