Uses of Class
net.morimekta.config.ConfigEventListener.Status
-
Packages that use ConfigEventListener.Status Package Description net.morimekta.config -
-
Uses of ConfigEventListener.Status in net.morimekta.config
Methods in net.morimekta.config that return ConfigEventListener.Status Modifier and Type Method Description static ConfigEventListener.StatusConfigEventListener.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigEventListener.Status[]ConfigEventListener.Status. 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 ConfigEventListener.Status Modifier and Type Method Description voidConfigEventListener. onConfigFileRead(net.morimekta.file.FileEvent fileEvent, Path filePath, ConfigEventListener.Status status)Called when the config file events are triggered.voidConfigEventListener. onConfigFileUpdate(ConfigChangeType changeType, Path filePath, String identifier, ConfigEventListener.Status status)Called on listeners whenever the content of a config is changed.
-