Interface Paintable.OnInvalidateContents

Enclosing class:
Paintable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Paintable.OnInvalidateContents
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when the contents of the @paintable change.
  • Method Details

    • 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.