Interface FrameClock.OnResumeEvents

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

    Modifier and Type
    Method
    Description
    void
    Emitted after processing of the frame is finished.
  • Method Details

    • onResumeEvents

      void onResumeEvents()
      Emitted after processing of the frame is finished.

      This signal is handled internally by GTK to resume normal
      event processing. Applications should not handle this signal.