Package org.apache.geode.admin
Interface DistributedSystemConfig.ConfigListener
- All Superinterfaces:
EventListener
- Enclosing interface:
- DistributedSystemConfig
A listener whose callback methods are invoked when this config changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigChanged(DistributedSystemConfig config) Invoked when this configuration is changed.
-
Method Details
-
configChanged
Invoked when this configuration is changed.- Parameters:
config- the changed configuration
-