Uses of Enum Class
org.cryptomator.cryptofs.migration.api.MigrationContinuationListener.ContinuationEvent
Packages that use MigrationContinuationListener.ContinuationEvent
-
Uses of MigrationContinuationListener.ContinuationEvent in org.cryptomator.cryptofs.migration.api
Methods in org.cryptomator.cryptofs.migration.api that return MigrationContinuationListener.ContinuationEventModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MigrationContinuationListener.ContinuationEvent.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 MigrationContinuationListener.ContinuationEventModifier and TypeMethodDescriptionMigrationContinuationListener.continueMigrationOnEvent(MigrationContinuationListener.ContinuationEvent event) Invoked when the migration requires action.SimpleMigrationContinuationListener.continueMigrationOnEvent(MigrationContinuationListener.ContinuationEvent event) abstract voidSimpleMigrationContinuationListener.migrationHaltedDueToEvent(MigrationContinuationListener.ContinuationEvent event) Invoked when the migration requires action.