Uses of Class
net.morimekta.config.ConfigChangeType
-
Packages that use ConfigChangeType Package Description net.morimekta.config -
-
Uses of ConfigChangeType in net.morimekta.config
Methods in net.morimekta.config that return ConfigChangeType Modifier and Type Method Description static ConfigChangeTypeConfigChangeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigChangeType[]ConfigChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.morimekta.config with parameters of type ConfigChangeType Modifier and Type Method Description voidConfigChangeListener. onConfigChange(ConfigChangeType changeType, ConfigEntry config)Called on changes to config.voidConfigEventListener. onConfigFileUpdate(ConfigChangeType changeType, Path filePath, String identifier, ConfigEventListener.Status status)Called on listeners whenever the content of a config is changed.
-