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 TypeMethodDescriptionvoidonPropertyChanged(@NonNull String propertyName, @NonNull String propertyValue) Method invoked on configuration property change.
-
Method Details
-
onPropertyChanged
Method invoked on configuration property change.- Parameters:
propertyName- the property namepropertyValue- the property value
-