Uses of Interface
net.morimekta.config.ConfigChangeListener
-
-
Uses of ConfigChangeListener in net.morimekta.config
Methods in net.morimekta.config with parameters of type ConfigChangeListener Modifier and Type Method Description ConfigSupplier<ConfigType>ConfigSupplier. addChangeListener(ConfigChangeListener<ConfigType> listener)ConfigWatcher<ConfigFileType>ConfigWatcher. addChangeListener(ConfigChangeListener<ConfigFileType> listener)Add a config change listener for notification on changes to the loaded config map.
-