Schnittstelle Paintable.OnInvalidateContents

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

@FunctionalInterface public static interface Paintable.OnInvalidateContents
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Emitted when the contents of the @paintable change.
  • Methodendetails

    • onInvalidateContents

      void onInvalidateContents()
      Emitted when the contents of the @paintable change.

      Examples for such an event would be videos changing to the next frame or
      the icon theme for an icon changing.