Package ch.bailu.gtk.gio
Schnittstelle MountOperation.OnAborted
- Umschließende Klasse:
MountOperation
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Emitted by the backend when e.g. a device becomes unavailable
while a mount operation is in progress.
-
Methodendetails
-
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.
-