Schnittstelle Application.OnShutdown

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

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    The ::shutdown signal is emitted only on the registered primary instance
    immediately after the main loop terminates.
  • Methodendetails

    • onShutdown

      void onShutdown()
      The ::shutdown signal is emitted only on the registered primary instance
      immediately after the main loop terminates.