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.

@FunctionalInterface public static interface MountOperation.OnAborted
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    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.