Schnittstelle Dialog.OnCloseAttempt

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

@FunctionalInterface public static interface Dialog.OnCloseAttempt
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted when the close button or shortcut is used, or
    [method@Dialog.close] is called while [property@Dialog:can-close] is set to
    `FALSE`.
  • Methodendetails

    • onCloseAttempt

      void onCloseAttempt()
      Emitted when the close button or shortcut is used, or
      [method@Dialog.close] is called while [property@Dialog:can-close] is set to
      `FALSE`.