Module org.cryptomator.cryptofs
Interface MigrationProgressListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(MigrationProgressListener.ProgressState state, double progress) Called on every step during migration that might change the progress.
-
Field Details
-
IGNORE
-
-
Method Details
-
update
Called on every step during migration that might change the progress.- Parameters:
state- Current state of the migrationprogress- Progress that should be between 0.0 and 1.0 but due to inaccurate estimations it might even be 1.1
-