Module org.cryptomator.cryptofs
Interface MigrationContinuationListener
- All Known Implementing Classes:
SimpleMigrationContinuationListener
- 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 ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enum -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionInvoked when the migration requires action.
-
Field Details
-
CANCEL_ALWAYS
-
-
Method Details
-
continueMigrationOnEvent
MigrationContinuationListener.ContinuationResult continueMigrationOnEvent(MigrationContinuationListener.ContinuationEvent event) Invoked when the migration requires action.This method is invoked on the thread that runs the migration. If you want to perform longer-running actions such as waiting for user feedback on the UI thread, consider subclassing
SimpleMigrationContinuationListener.- Parameters:
event- The migration event that occurred- Returns:
- How to proceed with the migration
- See Also:
-