Uses of Class
net.morimekta.config.ConfigWatcher
Packages that use ConfigWatcher
-
Uses of ConfigWatcher in net.morimekta.config
Methods in net.morimekta.config that return ConfigWatcherModifier and TypeMethodDescriptionConfigWatcher.addChangeListener(ConfigChangeListener<ConfigFileType> listener) Add a config change listener for notification on changes to the loaded config map.ConfigWatcher.addEventListener(ConfigEventListener listener) Add a config event listener for events of what is happening on the config watcher.ConfigWatcher.start()Start the NetworkConfigWatcher and throw exception if unable to read and update config.ConfigWatcher.start(boolean failOnConfigException) Start the NetworkConfigWatcher and throw exception if unable to read and update config.