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