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
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 chnagedoldProperties
- the properties before changingnewProperties
- the properties after changing
Copyright © 2015. All Rights Reserved.