Uses of Enum
net.morimekta.config.ConfigEventListener.Status
Packages that use ConfigEventListener.Status
-
Uses of ConfigEventListener.Status in net.morimekta.config
Methods in net.morimekta.config that return ConfigEventListener.StatusModifier and TypeMethodDescriptionstatic ConfigEventListener.StatusReturns 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.StatusModifier and TypeMethodDescriptionvoidConfigEventListener.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.