Uses of Enum
net.morimekta.config.ConfigChangeType
Packages that use ConfigChangeType
-
Uses of ConfigChangeType in net.morimekta.config
Methods in net.morimekta.config that return ConfigChangeTypeModifier and TypeMethodDescriptionstatic ConfigChangeTypeReturns 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 ConfigChangeTypeModifier and TypeMethodDescriptionvoidConfigChangeListener.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.