Interface FrameClock.OnFlushEvents

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

    Modifier and Type
    Method
    Description
    void
    Used to flush pending motion events that are being batched up and
    compressed together.
  • Method Details

    • onFlushEvents

      void onFlushEvents()
      Used to flush pending motion events that are being batched up and
      compressed together.

      Applications should not handle this signal.