Uses of Interface
io.avaje.config.ModificationEvent
-
Uses of ModificationEvent in io.avaje.config
Method parameters in io.avaje.config with type arguments of type ModificationEventModifier and TypeMethodDescriptionstatic void
Config.onChange
(Consumer<ModificationEvent> bulkChangeEventListener, String... keys) Register an event listener that will be notified of configuration changes.void
Configuration.onChange
(Consumer<ModificationEvent> bulkChangeEventListener, String... keys) Register an event listener that will be notified of configuration changes.