Package ch.bailu.gtk.gtk
Interface EventControllerScroll.OnScrollEnd
- Enclosing class:
- EventControllerScroll
- 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
Signals that a scrolling operation has finished.
-
Method Details
-
onScrollEnd
void onScrollEnd()Signals that a scrolling operation has finished.
It will only be emitted on devices capable of it.
-