Package ch.bailu.gtk.gdk
Interface Paintable.OnInvalidateContents
- Enclosing class:
- Paintable
- 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 when the contents of the @paintable change.
-
Method Details
-
onInvalidateContents
void onInvalidateContents()Emitted when the contents of the @paintable change.
Examples for such an event would be videos changing to the next frame or
the icon theme for an icon changing.
-