Skip to main content

ConfigStore Listeners

The ConfigStore class has the following listener methods:

ConfigStoreregister(String,ConfigStoreListener)unregister(String,ConfigStoreListener)

Note that this is a different listener than ConfigEventListener. In this case, we're just listening for changed files:

ConfigStoreListeneronChange(String)

This listener is used by the Config class to listen for changes on the file system so that it can be updated in real-time.