Interface Drive.OnDisconnected

Enclosing class:
Drive
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Drive.OnDisconnected
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This signal is emitted when the #GDrive have been
    disconnected.
  • Method Details

    • onDisconnected

      void onDisconnected()
      This signal is emitted when the #GDrive have been
      disconnected. If the recipient is holding references to the
      object they should release them so the object can be
      finalized.