Uses of Interface
space.arim.dazzleconf.engine.UpdateListener
Packages that use UpdateListener
Package
Description
Version 2 of the library, provided as a separate package.
An optional API for migrations.
-
Uses of UpdateListener in space.arim.dazzleconf
Subinterfaces of UpdateListener in space.arim.dazzleconfModifier and TypeInterfaceDescriptionstatic interfaceParameters for reading a configuration from a treestatic interfaceParameters for reading a configuration and updating it in-placeinterfaceListener that lets the implementor know about various configuration eventsMethods in space.arim.dazzleconf with parameters of type UpdateListenerModifier and TypeMethodDescription@NonNull LoadResult<@NonNull C> Configuration.readFrom(@NonNull DataTree dataTree, @NonNull UpdateListener updateListener) A simple, stateless read from a data tree. -
Uses of UpdateListener in space.arim.dazzleconf.engine
Subinterfaces of UpdateListener in space.arim.dazzleconf.engineModifier and TypeInterfaceDescriptioninterfaceA context for deserialization.interfaceAn object from a data tree, that is being processed for deserialization. -
Uses of UpdateListener in space.arim.dazzleconf.migration
Subinterfaces of UpdateListener in space.arim.dazzleconf.migrationModifier and TypeInterfaceDescriptioninterfaceContextual resources to be used by migrations.