Uses of Class
org.cryptomator.cryptofs.migration.api.MigrationProgressListener.ProgressState
-
Packages that use MigrationProgressListener.ProgressState Package Description org.cryptomator.cryptofs.migration.api -
-
Uses of MigrationProgressListener.ProgressState in org.cryptomator.cryptofs.migration.api
Methods in org.cryptomator.cryptofs.migration.api that return MigrationProgressListener.ProgressState Modifier and Type Method Description static MigrationProgressListener.ProgressStateMigrationProgressListener.ProgressState. valueOf(String name)Returns the enum constant of this type with the specified name.static MigrationProgressListener.ProgressState[]MigrationProgressListener.ProgressState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cryptomator.cryptofs.migration.api with parameters of type MigrationProgressListener.ProgressState Modifier and Type Method Description voidMigrationProgressListener. update(MigrationProgressListener.ProgressState state, double progress)Called on every step during migration that might change the progress.
-