Package ch.bailu.gtk.adw
Interface SwipeTracker.OnBeginSwipe
- Enclosing class:
- SwipeTracker
- 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
This signal is emitted right before a swipe will be started, after the
drag threshold has been passed.
-
Method Details
-
onBeginSwipe
void onBeginSwipe()This signal is emitted right before a swipe will be started, after the
drag threshold has been passed.
-