Interface FrameClock.OnAfterPaint

Enclosing class:
FrameClock
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 FrameClock.OnAfterPaint
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This signal ends processing of the frame.
  • Method Details

    • onAfterPaint

      void onAfterPaint()
      This signal ends processing of the frame.

      Applications should generally not handle this signal.