Uses of Enum Class
org.cryptomator.cryptofs.migration.api.MigrationProgressListener.ProgressState
Packages that use MigrationProgressListener.ProgressState
-
Uses of MigrationProgressListener.ProgressState in org.cryptomator.cryptofs.migration.api
Methods in org.cryptomator.cryptofs.migration.api that return MigrationProgressListener.ProgressStateModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MigrationProgressListener.ProgressState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cryptomator.cryptofs.migration.api with parameters of type MigrationProgressListener.ProgressStateModifier and TypeMethodDescriptionvoidMigrationProgressListener.update(MigrationProgressListener.ProgressState state, double progress) Called on every step during migration that might change the progress.