Interface ConfigurationListener


public interface ConfigurationListener
Deprecated.
Use org.osgi.service.cm.ConfigurationAdmin
Register this on a ConfigurationStore to listen to changes on that configurationstore.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    Called on all listeners when a configuration has been updated.
  • Method Details

    • update

      void update(Configuration updated)
      Deprecated.
      Called on all listeners when a configuration has been updated. An update is concidered any change to the configuration, such as a new key-value pair added, removed or a new value associated to an existing key.
      Parameters:
      updated - The configuration that has been updated.