Interface ConfigurationListener

All Known Subinterfaces:
ForwardingRulesManager
All Known Implementing Classes:
ForwardingRulesManagerImpl, LLDPLinkAger

public interface ConfigurationListener
Listens for changes in OpenFlowPlugin configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPropertyChanged(@NonNull String propertyName, @NonNull String propertyValue)
    Method invoked on configuration property change.
  • Method Details

    • onPropertyChanged

      void onPropertyChanged(@NonNull String propertyName, @NonNull String propertyValue)
      Method invoked on configuration property change.
      Parameters:
      propertyName - the property name
      propertyValue - the property value