public interface ECPPropertiesObserver extends ECPObserver
Modifier and Type | Method and Description |
---|---|
void |
propertiesChanged(ECPProperties properties,
Collection<Map.Entry<String,String>> oldProperties,
Collection<Map.Entry<String,String>> newProperties)
This is called to indicate, that properties changed.
|
void propertiesChanged(ECPProperties properties, Collection<Map.Entry<String,String>> oldProperties, Collection<Map.Entry<String,String>> newProperties)
properties
- the ECPProperties
that are chnagedoldProperties
- the properties before changingnewProperties
- the properties after changingCopyright © 2016. All rights reserved.