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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void propertiesChanged​(ECPProperties properties, java.util.Collection<java.util.Map.Entry<java.lang.String,​java.lang.String>> oldProperties, java.util.Collection<java.util.Map.Entry<java.lang.String,​java.lang.String>> newProperties)
      This is called to indicate, that properties changed.
    • Method Detail

      • propertiesChanged

        void propertiesChanged​(ECPProperties properties,
                               java.util.Collection<java.util.Map.Entry<java.lang.String,​java.lang.String>> oldProperties,
                               java.util.Collection<java.util.Map.Entry<java.lang.String,​java.lang.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