Schnittstelle VolumeMonitor.OnMountPreUnmount

Umschließende Klasse:
VolumeMonitor
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface VolumeMonitor.OnMountPreUnmount
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    May be emitted when a mount is about to be removed.
  • Methodendetails

    • onMountPreUnmount

      void onMountPreUnmount(@Nonnull Mount mount)
      May be emitted when a mount is about to be removed.

      This signal depends on the backend and is only emitted if
      GIO was used to unmount.
      Parameter:
      mount - a #GMount that is being unmounted.