Uses of Interface
space.arim.dazzleconf2.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.dazzleconf2
Subinterfaces of UpdateListener in space.arim.dazzleconf2Modifier 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.dazzleconf2 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.dazzleconf2.engine
Subinterfaces of UpdateListener in space.arim.dazzleconf2.engineModifier and TypeInterfaceDescriptioninterfaceA context for deserialization.interfaceAn object from a data tree, that is being processed for deserialization. -
Uses of UpdateListener in space.arim.dazzleconf2.migration
Subinterfaces of UpdateListener in space.arim.dazzleconf2.migrationModifier and TypeInterfaceDescriptioninterfaceContextual resources to be used by migrations.