Interface ConfigurationListener
- All Superinterfaces:
EventListener
Config listener, will get notified when the config it listens on changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(ConfigChangedEvent event) Listener call back method.
-
Method Details
-
process
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
-