Schnittstelle Application.OnWindowRemoved

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

@FunctionalInterface public static interface Application.OnWindowRemoved
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted when a window is removed from an application.
  • Methodendetails

    • onWindowRemoved

      void onWindowRemoved(@Nonnull Window window)
      Emitted when a window is removed from an application.

      This can happen as a side-effect of the window being destroyed
      or explicitly through [method@Gtk.Application.remove_window].
      Parameter:
      window - the window that is being removed