Package org.onosproject.net.config
Interface ConfigApplyDelegate
-
@Beta public interface ConfigApplyDelegate
Delegate for notification when configuration changes have been applied.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onApply(Config config)
Processes changes applied to the specified configuration.
-
-
-
Method Detail
-
onApply
void onApply(Config config)
Processes changes applied to the specified configuration.- Parameters:
config
- changed configuration
-
-