Uses of Enum
space.arim.dazzleconf.engine.UpdateReason
Packages that use UpdateReason
Package
Description
An optional API for migrations.
-
Uses of UpdateReason in space.arim.dazzleconf.engine
Methods in space.arim.dazzleconf.engine that return UpdateReasonModifier and TypeMethodDescriptionstatic UpdateReasonReturns the enum constant of this type with the specified name.static UpdateReason[]UpdateReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in space.arim.dazzleconf.engine with parameters of type UpdateReasonModifier and TypeMethodDescriptionvoidDeserializeContext.notifyUpdate(@NonNull KeyPath subPath, @NonNull UpdateReason updateReason) Signals that the data could use an update with respect to this object.voidUpdateListener.notifyUpdate(@NonNull KeyPath entryPath, @NonNull UpdateReason updateReason) Called when a path is updated, or could be updated. -
Uses of UpdateReason in space.arim.dazzleconf.migration
Methods in space.arim.dazzleconf.migration with parameters of type UpdateReasonModifier and TypeMethodDescriptionvoidMigrateContext.notifyUpdate(@NonNull KeyPath entryPath, @NonNull UpdateReason updateReason) Allows migrations to signal updated paths.