Schnittstelle Dialog.OnClose

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.OnClose
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted when the user uses a keybinding to close the dialog.
  • Methodendetails

    • onClose

      void onClose()
      Emitted when the user uses a keybinding to close the dialog.

      This is a [keybinding signal](class.SignalAction.html).

      The default binding for this signal is the Escape key.