Interface FrameClock.OnBeforePaint

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.OnBeforePaint
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Begins processing of the frame.
  • Method Details

    • onBeforePaint

      void onBeforePaint()
      Begins processing of the frame.

      Applications should generally not handle this signal.