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 voidConfig.onChange(Consumer<ModificationEvent> bulkChangeEventListener, String... keys) Register an event listener that will be notified of configuration changes.voidConfiguration.onChange(Consumer<ModificationEvent> bulkChangeEventListener, String... keys) Register an event listener that will be notified of configuration changes.