Package ch.bailu.gtk.gdk
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-