Package ch.bailu.gtk.gio
Interface MountOperation.OnAborted
- Enclosing class:
- MountOperation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Emitted by the backend when e.g. a device becomes unavailable
while a mount operation is in progress.
-
Method Details
-
onAborted
void onAborted()Emitted by the backend when e.g. a device becomes unavailable
while a mount operation is in progress.
Implementations of GMountOperation should handle this signal
by dismissing open password dialogs.
-