Interface ConfigurationListener

All Superinterfaces:
EventListener

public interface ConfigurationListener extends EventListener
Config listener, will get notified when the config it listens on changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Listener call back method.
  • Method Details

    • process

      void process(ConfigChangedEvent event)
      Listener call back method. Listener gets notified by this method once there's any change happens on the config the listener listens on.
      Parameters:
      event - config change event