Schnittstelle FrameClock.OnLayout

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

@FunctionalInterface public static interface FrameClock.OnLayout
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted as the second step of toolkit and application processing
    of the frame.
  • Methodendetails

    • onLayout

      void onLayout()
      Emitted as the second step of toolkit and application processing
      of the frame.

      Any work to update sizes and positions of application elements
      should be performed. GTK normally handles this internally.